Update readme and script help

This commit is contained in:
2019-01-06 18:43:03 +01:00
parent 4f978ec26b
commit 99628b5d04
2 changed files with 2 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ sudo cp gitistics.sh /usr/local/bin/gitistics
| -h | show this help page |
| -u <user/regex> | set a repository username or a regex pattern (brackets etc. must be escaped with \ ) |
| -r <directory> | set a directory with your repositories |
| -s <date> | set the startdate (e.g. 01 JAN 2018 or 1 month ago) where the stats should start |
| -v | show verbose output |

View File

@@ -119,7 +119,7 @@ print_usage() {
echo "-h show this help page"
echo "-u <user/regex> set a repository username or a regex pattern (brackets etc. must be escaped with \ )"
echo "-r <directory> set a directory with your repositories"
echo "-s <date> set the date (e.g. 01 JAN 2018) where the stats should start"
echo "-s <date> set the startdate (e.g. 01 JAN 2018 or 1 month ago) where the stats should start"
echo "-v show verbose output"
}