diff options
author | Nathan West <nathan.west@okstate.edu> | 2016-04-11 12:36:18 -0400 |
---|---|---|
committer | Nathan West <nathan.west@okstate.edu> | 2016-04-11 12:36:18 -0400 |
commit | fab6c79086c7d3d94e13a7b963e2f043e71da201 (patch) | |
tree | 79b24e5a84373457f0a7c1e3b4fbd45ba37e683e /gr-utils/python/modtool/modtool_rename.py | |
parent | 277b294149903d33b6585b9a68746aca663652af (diff) | |
parent | 8694997538ffee16f9c2457c2a5ecb89e2bfbb0c (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-utils/python/modtool/modtool_rename.py')
-rw-r--r-- | gr-utils/python/modtool/modtool_rename.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/python/modtool/modtool_rename.py b/gr-utils/python/modtool/modtool_rename.py index 68ac785e0f..4d3f5cb17e 100644 --- a/gr-utils/python/modtool/modtool_rename.py +++ b/gr-utils/python/modtool/modtool_rename.py @@ -33,9 +33,9 @@ import Cheetah.Template class ModToolRename(ModTool): - """ Add block to the out-of-tree module. """ + """ Rename a block in the out-of-tree module. """ name = 'rename' - aliases = ('insert',) + aliases = ('mv',) def __init__(self): ModTool.__init__(self) |