Add ".py" suffix to sphinx-argparse generated docs

This is important to produce the right command syntax when generating
command line reference in the user manual.  However, we shouldn't add
this kludge to the individual programs, but only to the documentation
using the :prog: syntax.

Change-Id: I2ec7ab00c63d5d386f187e54755c71ffc2dce429
diff --git a/pySim-shell.py b/pySim-shell.py
index 3f0818a..c6782d4 100755
--- a/pySim-shell.py
+++ b/pySim-shell.py
@@ -949,7 +949,7 @@
 
 
 
-option_parser = argparse.ArgumentParser(prog='pySim-shell', description='interactive SIM card shell',
+option_parser = argparse.ArgumentParser(description='interactive SIM card shell',
                                         formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 argparse_add_reader_args(option_parser)