diff options
author | Josh Blum | 2013-06-11 15:04:51 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-11 15:04:51 -0700 |
commit | 62402b122cd3f4f3fb80325771d6117f75798b11 (patch) | |
tree | c3560564ed73adbd212c18a2e96d4ef72ebaba09 /gr-utils/src/python/modtool/modtool_newmod.py | |
parent | f4fc952e58ce318298258926f7382ed28b92bfae (diff) | |
parent | 2b7292593d898d7ce9a851c7ae7f168f200ea1c1 (diff) | |
download | gnuradio-62402b122cd3f4f3fb80325771d6117f75798b11.tar.gz gnuradio-62402b122cd3f4f3fb80325771d6117f75798b11.tar.bz2 gnuradio-62402b122cd3f4f3fb80325771d6117f75798b11.zip |
Merge branch 'v3.6.4_branch' into v3.6.4git_gras_support
Diffstat (limited to 'gr-utils/src/python/modtool/modtool_newmod.py')
-rw-r--r-- | gr-utils/src/python/modtool/modtool_newmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/src/python/modtool/modtool_newmod.py b/gr-utils/src/python/modtool/modtool_newmod.py index 0613d5fbe..e3b0e8e79 100644 --- a/gr-utils/src/python/modtool/modtool_newmod.py +++ b/gr-utils/src/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.") |