diff options
author | Chris Ball <cjb@laptop.org> | 2009-07-01 21:20:09 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-07-01 21:20:09 -0400 |
commit | 21a0bb0ae113ad9eaa6d94d36c8d0e5ca8508d7f (patch) | |
tree | 0a7cf75ff3a7c902bbe165eb5723e958b42aef47 /becommands | |
parent | 90e166a0f4220bc5b662f6c0dbdbf758263760e0 (diff) | |
parent | 86604581b9727af7dcaa58fb0809967300124d79 (diff) | |
download | bugseverywhere-21a0bb0ae113ad9eaa6d94d36c8d0e5ca8508d7f.tar.gz |
Merge "be set-root" becomes "be init" from W. Trevor King
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. """ |