Index: fetch.py |
=================================================================== |
--- fetch.py (revision 250410) |
+++ fetch.py (working copy) |
@@ -203,7 +203,7 @@ |
Valid options: |
-h, --help, help Print this message. |
--nohooks Don't run hooks after checkout. |
- -n, --dryrun Don't run commands, only print them. |
+ -n, --dry-run Don't run commands, only print them. |
Dirk Pranke
2014/02/11 17:19:33
You're correctly identifying the bug: the usage do
wtc
2014/02/11 19:15:13
I'll be happy to make this change. But the CL is o
|
""" % os.path.basename(sys.argv[0])) |
sys.exit(bool(msg)) |