Describe the -h and -V flags.  Closes patch #101496
diff --git a/Misc/python.man b/Misc/python.man
index 2747eae..a23ae0e 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -27,6 +27,12 @@
 [
 .B \-x
 ]
+[
+.B \-h
+]
+[
+.B \-V
+]
 .br
        [
 .B \-c
@@ -104,6 +110,12 @@
 specific hack only.  Warning: the line numbers in error messages will
 be off by one!
 .TP
+.B \-h
+Prints the usage for the interpreter executable and exits.
+.TP
+.B \-V
+Prints the Python version number of the executable and exits.
+.TP
 .BI "\-c " command
 Specify the command to execute (see next section).
 This terminates the option list (following options are passed as