From 99628b5d04f1e783e4583e4ee1819d702e74cd92 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 6 Jan 2019 18:43:03 +0100 Subject: [PATCH] Update readme and script help --- README.md | 1 + gitistics.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41949a8..23cf149 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ sudo cp gitistics.sh /usr/local/bin/gitistics | -h | show this help page | | -u | set a repository username or a regex pattern (brackets etc. must be escaped with \ ) | | -r | set a directory with your repositories | +| -s | set the startdate (e.g. 01 JAN 2018 or 1 month ago) where the stats should start | | -v | show verbose output | diff --git a/gitistics.sh b/gitistics.sh index 7a16025..5e7354c 100755 --- a/gitistics.sh +++ b/gitistics.sh @@ -119,7 +119,7 @@ print_usage() { echo "-h show this help page" echo "-u set a repository username or a regex pattern (brackets etc. must be escaped with \ )" echo "-r set a directory with your repositories" - echo "-s set the date (e.g. 01 JAN 2018) where the stats should start" + echo "-s set the startdate (e.g. 01 JAN 2018 or 1 month ago) where the stats should start" echo "-v show verbose output" }