summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/modtool_rename.py
diff options
context:
space:
mode:
authorNathan West <nathan.west@okstate.edu>2016-04-11 12:36:39 -0400
committerNathan West <nathan.west@okstate.edu>2016-04-11 12:36:39 -0400
commite9b72e0ebff1139c5bb9723645d6c06c8626baea (patch)
tree5e205f6ab3a2e811fb2731a9a0c8b00158feb495 /gr-utils/python/modtool/modtool_rename.py
parentd2b7fc8db4b98bc5f86d74b8e73ef73f0f90c56b (diff)
parentfab6c79086c7d3d94e13a7b963e2f043e71da201 (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/modtool/modtool_rename.py')
-rw-r--r--gr-utils/python/modtool/modtool_rename.py4
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 aeb003b291..86bafc56a5 100644
--- a/gr-utils/python/modtool/modtool_rename.py
+++ b/gr-utils/python/modtool/modtool_rename.py
@@ -30,9 +30,9 @@ from modtool_base import ModTool, ModToolException
from templates import Templates
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)