diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-19 10:54:58 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-19 10:54:58 -0700 |
commit | 0c922500ec580e760e16b44773d4ea1ad3834dbe (patch) | |
tree | aa27ba23b13237792c17b2683a82f97b17adc995 /gr-utils/python/modtool/modtool_newmod.py | |
parent | acca9925e693a25e7aa603f92666b0956c2262e1 (diff) | |
parent | 086d0b429e4bf0baa81522b479a438caaaab8e58 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/modtool/modtool_newmod.py')
-rw-r--r-- | gr-utils/python/modtool/modtool_newmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/modtool_newmod.py b/gr-utils/python/modtool/modtool_newmod.py index 0613d5fbe1..e3b0e8e795 100644 --- a/gr-utils/python/modtool/modtool_newmod.py +++ b/gr-utils/python/modtool/modtool_newmod.py @@ -37,7 +37,7 @@ class ModToolNewModule(ModTool): def setup_parser(self): " Initialise the option parser for 'gr_modtool newmod' " parser = ModTool.setup_parser(self) - parser.usage = '%prog rm [options]. \n Call %prog without any options to run it interactively.' + parser.usage = '%prog nm [options]. \n Call %prog without any options to run it interactively.' ogroup = OptionGroup(parser, "New out-of-tree module options") ogroup.add_option("--srcdir", type="string", help="Source directory for the module template.") |