improve "usage" strings to include optional "--"
authorGustav Hållberg <gustav@virtutech.com>
Fri, 29 Jan 2010 14:48:22 +0000 (15:48 +0100)
committerGustav Hållberg <gustav@virtutech.com>
Sun, 31 Jan 2010 18:46:49 +0000 (19:46 +0100)
commit54239abfc46cde2551435cf1cb777c702b31b2f5
tree669f89cdad30633d96a45decfda7314b7cccaff4
parent69db97142c4c1cd7b574a4d0e53203182955cb37
improve "usage" strings to include optional "--"

Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
34 files changed:
stgit/commands/branch.py
stgit/commands/commit.py
stgit/commands/delete.py
stgit/commands/diff.py
stgit/commands/edit.py
stgit/commands/export.py
stgit/commands/files.py
stgit/commands/float.py
stgit/commands/fold.py
stgit/commands/goto.py
stgit/commands/hide.py
stgit/commands/id.py
stgit/commands/imprt.py
stgit/commands/log.py
stgit/commands/mail.py
stgit/commands/new.py
stgit/commands/patches.py
stgit/commands/pick.py
stgit/commands/pop.py
stgit/commands/publish.py
stgit/commands/pull.py
stgit/commands/push.py
stgit/commands/rebase.py
stgit/commands/refresh.py
stgit/commands/rename.py
stgit/commands/reset.py
stgit/commands/series.py
stgit/commands/show.py
stgit/commands/sink.py
stgit/commands/squash.py
stgit/commands/status.py
stgit/commands/sync.py
stgit/commands/uncommit.py
stgit/commands/unhide.py