diff -r caa8f9248ab8 Doc/library/argparse.rst --- a/Doc/library/argparse.rst Sun Nov 02 22:19:56 2014 +0200 +++ b/Doc/library/argparse.rst Sun Nov 02 20:47:14 2014 -0500 @@ -1521,6 +1521,9 @@ * parser_class - class which will be used to create sub-parser instances, by default the class of the current parser (e.g. ArgumentParser) + * action_ - The basic type of action to be taken when this argument is + encountered at the command line. + * dest - name of the attribute under which sub-command name will be stored; by default None and no value is stored