summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorMax Bolingbroke <batterseapower@hotmail.com>2011-06-24 15:30:57 +0100
committerMax Bolingbroke <batterseapower@hotmail.com>2011-06-24 15:30:57 +0100
commit85af8b7cc8e7717aff3effd920811daecd7a7eda (patch)
tree6497e1665311d4360c91a7a891df5852768a31eb /sync-all
parent517151c2d282174a959f6bcb92a6a6cb1d1f5931 (diff)
downloadhaskell-85af8b7cc8e7717aff3effd920811daecd7a7eda.tar.gz
Better usage information for sync-all
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all12
1 files changed, 8 insertions, 4 deletions
diff --git a/sync-all b/sync-all
index 02a6a5718e..44da3d75ed 100755
--- a/sync-all
+++ b/sync-all
@@ -413,7 +413,11 @@ sub help()
{
# Get the built in help
my $help = <<END;
-What do you want to do?
+Usage:
+
+ ./sync-all [-q] [-s] [--ignore-failure] [-r repo] [--checked-out]
+ [--package-tag1] ... [--package-tagN] command
+
Supported commands:
* whatsnew
@@ -427,9 +431,9 @@ Supported commands:
* fetch
* send
* new
- * remote add <branch-name>
- * remote rm <branch-name>
- * remote set-url [--push] <branch-name>
+ * remote add <remote-name>
+ * remote rm <remote-name>
+ * remote set-url [--push] <remote-name>
* checkout
* grep
* clean