From a507b08aa9adbef38bcb78fccd8a22ebf8456b9b Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Fri, 18 May 2018 16:41:30 +0200 Subject: [PATCH] client: Mention available CLI options in usage() --- client/git-simpleserver | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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."