summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/templates.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2016-08-09 21:15:56 +0200
committerSebastian Koslowski <koslowski@kit.edu>2016-08-09 21:18:29 +0200
commit8e2886dc6b45b4e3f68d84887f728483fd2d1538 (patch)
treee682bbea9e329c80ebc66233d58a01a1306bddbd /gr-utils/python/modtool/templates.py
parentcbe1e43b0f0d1ee0d356b7110700400578855ac6 (diff)
parentfc1a6a88483120921936e415aba4d5d1a9b42d96 (diff)
Merge remote-tracking branch 'upstream/next' into gtk3
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r--gr-utils/python/modtool/templates.py6
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':