Skip to content

Commit

Permalink
client: Mention available CLI options in usage()
Browse files Browse the repository at this point in the history
  • Loading branch information
leonklingele committed May 18, 2018
1 parent df5494a commit a507b08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/git-simpleserver
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,10 @@ main() {
}

usage() {
echo "usage: git simpleserver <subcommand>"
echo "usage: git simpleserver [options] <subcommand>"
echo
echo "Available options are:"
echo " --config Specify path to config file to use."
echo
echo "Available subcommands are:"
echo " repo Create, list and modify repositories."
Expand Down

0 comments on commit a507b08

Please sign in to comment.