diff --git a/client/git-simpleserver b/client/git-simpleserver index 36910b2..73163c1 100755 --- a/client/git-simpleserver +++ b/client/git-simpleserver @@ -361,7 +361,10 @@ main() { } usage() { - echo "usage: git simpleserver " + echo "usage: git simpleserver [options] " + 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."