mirror of
https://github.com/tomgi/git_stats.git
synced 2025-01-03 11:12:11 +01:00
updated readme with new cli parameters names
This commit is contained in:
parent
8fa08cb79d
commit
e80592f03c
1 changed files with 16 additions and 14 deletions
|
@ -40,15 +40,17 @@ It browses the repository and outputs html page with statistics.
|
||||||
# Default: ./git_stats
|
# Default: ./git_stats
|
||||||
l, [--language=LANGUAGE] # Language of written statistics.
|
l, [--language=LANGUAGE] # Language of written statistics.
|
||||||
# Default: en
|
# Default: en
|
||||||
f, [--from=FROM] # Commit from where statistics should start.
|
f, [--first-commit-sha=FIRST_COMMIT_SHA] # Commit from where statistics should start.
|
||||||
t, [--to=TO] # Commit where statistics should stop.
|
t, [--last-commit-sha=LAST_COMMIT_SHA] # Commit where statistics should stop.
|
||||||
# Default: HEAD
|
# Default: HEAD
|
||||||
s, [--silent], [--no-silent] # Silent mode. Don't output anything.
|
s, [--silent], [--no-silent] # Silent mode. Don't output anything.
|
||||||
d, [--tree=TREE] # Tree where statistics should be generated.
|
d, [--tree=TREE] # Tree where statistics should be generated.
|
||||||
# Default: .
|
# Default: .
|
||||||
c, [--comment=COMMENT] # The string which is used for comments.
|
c, [--comment-string=COMMENT_STRING] # The string which is used for comments.
|
||||||
# Default: //
|
# Default: //
|
||||||
|
|
||||||
|
Generates the statistics of a repository
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Start generator with default settings
|
#### Start generator with default settings
|
||||||
|
|
Loading…
Reference in a new issue