Skip to content

Commit

Permalink
merge some single-option help examples that won't become confusing if…
Browse files Browse the repository at this point in the history
… we also show the shortcut in the example
  • Loading branch information
spang committed Feb 16, 2009
1 parent c94f96f commit bdb4f9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/App/SD/CLI/Command/Help/Sync.pm
Expand Up @@ -17,14 +17,11 @@ print <<EOF
Integrate changes from a published SD replica over http, ftp or
file URL.
${cmd}pull --all
${cmd}pull --all (or -a)
Integrate changes from all replicas this replica has pulled from
before.
${cmd}pull -a
-a is a shortcut for --all for this command.
${cmd}pull --local
${cmd}pull --local (or -l)
Integrate changes from all replicas currently announcing themselves
on the local network using Bonjour.
Expand Down

0 comments on commit bdb4f9b

Please sign in to comment.