diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2011-06-24 15:30:57 +0100 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2011-06-24 15:30:57 +0100 |
commit | 85af8b7cc8e7717aff3effd920811daecd7a7eda (patch) | |
tree | 6497e1665311d4360c91a7a891df5852768a31eb /sync-all | |
parent | 517151c2d282174a959f6bcb92a6a6cb1d1f5931 (diff) | |
download | haskell-85af8b7cc8e7717aff3effd920811daecd7a7eda.tar.gz |
Better usage information for sync-all
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |