aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
Diffstat (limited to 'becommands')
-rw-r--r--becommands/init.py (renamed from becommands/set_root.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/set_root.py b/becommands/init.py
index 3749e28..e3896e9 100644
--- a/becommands/set_root.py
+++ b/becommands/init.py
@@ -79,7 +79,7 @@ def execute(args, test=False):
print "Directory initialized."
def get_parser():
- parser = cmdutil.CmdOptionParser("be set-root [DIRECTORY]")
+ parser = cmdutil.CmdOptionParser("be init [DIRECTORY]")
return parser
longhelp="""
@@ -90,7 +90,7 @@ system. You can use "be set rcs_name" to change the rcs being used.
The directory defaults to your current working directory.
It is usually a good idea to put the Bugs Everywhere root at the source code
-root, but you can put it anywhere. If you run "be set-root" in a subdirectory,
+root, but you can put it anywhere. If you run "be init" in a subdirectory,
then only bugs created in that subdirectory (and its children) will appear
there.
"""