diff options
author | Jiří Pinkava <j-pi@seznam.cz> | 2016-06-26 13:04:41 +0200 |
---|---|---|
committer | Jiří Pinkava <j-pi@seznam.cz> | 2016-06-30 01:38:45 +0200 |
commit | 9f62aa85ee15b6a7dd7283d834abc192c437ea13 (patch) | |
tree | 834fe66c09cd774a85adb5e35550ffa0bf0f4943 /gr-utils/python/modtool/templates.py | |
parent | 5ff65f3804f7e7e19c29365ff73d645f241bd95a (diff) |
modtool: replace OptionParser by ArgumentParser
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r-- | gr-utils/python/modtool/templates.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py index a9c117ac91..3829f7a644 100644 --- a/gr-utils/python/modtool/templates.py +++ b/gr-utils/python/modtool/templates.py @@ -567,12 +567,6 @@ Templates['grc_xml'] = '''<?xml version="1.0"?> </block> ''' -# Usage -Templates['usage'] = ''' -gr_modtool <command> [options] -- Run <command> with the given options. -gr_modtool help -- Show a list of commands. -gr_modtool help <command> -- Shows the help for a given command. ''' - # SWIG string Templates['swig_block_magic'] = """% if version == '36': % if blocktype != 'noblock': |