Update readme and script help
This commit is contained in:
@@ -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 |
|
||||
|
@@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user