diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-19 10:54:51 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-05-19 10:54:51 -0700 |
commit | 086d0b429e4bf0baa81522b479a438caaaab8e58 (patch) | |
tree | bf1eebe41ab63c878b359cfba6509000182cc255 | |
parent | 5369fb19253768cee89f8fd07a5f050552444dd3 (diff) | |
parent | a0d37142a7b5144061af65c7bec2a4854a54a51c (diff) |
Merge branch 'maint'
-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 0613d5fbe1..e3b0e8e795 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.") |