[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/03: gr_modtool rename: fix description a
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/03: gr_modtool rename: fix description and alias |
Date: |
Mon, 11 Apr 2016 16:56:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 0f8aefbf9ca90f6a17dbfdeb5c8e85932d6f9576
Author: André Løfaldli <address@hidden>
Date: Mon Apr 11 12:50:57 2016 +0200
gr_modtool rename: fix description and alias
same changes as in #778, but in a single commit and based off `maint`
---
gr-utils/python/modtool/modtool_rename.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gr-utils/python/modtool/modtool_rename.py
b/gr-utils/python/modtool/modtool_rename.py
index 68ac785..4d3f5cb 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)