diff -r d7713bfa680a Doc/library/argparse.rst --- a/Doc/library/argparse.rst Tue Aug 20 23:03:28 2013 -0700 +++ b/Doc/library/argparse.rst Wed Aug 21 09:27:11 2013 +0300 @@ -598,10 +598,10 @@ >>> parser = argparse.ArgumentParser(prog='PROG', prefix_chars='+/') >>> parser.print_help() - usage: PROG [-h] + usage: PROG [+h] optional arguments: - -h, --help show this help message and exit + +h, ++help show this help message and exit The add_argument() method