Navigation Menu

Skip to content

Commit

Permalink
added missing help output
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Jan 30, 2012
1 parent 786f592 commit 92bc8c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git-bzr
Expand Up @@ -35,6 +35,11 @@ function gitbzr_help_all() {
echo >&2 " show Print location of a tracked bzr branch"
echo >&2 " help Display help for a specific command"
echo >&2
echo >&2 "Options:"
echo >&2
echo >&2 " --version Show git-bzr version"
echo >&2 " --help Show this message"
echo >&2
echo >&2 "Arguments are detailed in each command's help message. For more"
echo >&2 "information, use 'git bzr help <command>'"
echo >&2
Expand Down

0 comments on commit 92bc8c2

Please sign in to comment.