updated readme with information about --tree option

This commit is contained in:
Tomasz Gieniusz 2014-06-22 14:23:34 +02:00
parent fa9f90bab5
commit 98228f0c79

View file

@ -34,16 +34,20 @@ It browses the repository and outputs html page with statistics.
git_stats generate git_stats generate
Options: Options:
p, [--path=PATH] # Path to repository from which statistics should be generated. p, [--path=PATH] # Path to repository from which statistics should be generated.
# Default: . # Default: .
o, [--output=OUTPUT] # Output path where statistics should be written. o, [--output=OUTPUT] # Output path where statistics should be written.
# 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, [--from=FROM] # Commit from where statistics should start.
t, [--to=TO] # Commit where statistics should stop. t, [--to=TO] # Commit where statistics should stop.
# Default: HEAD # Default: HEAD
s, [--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.
# Default: .
#### Start generator with default settings #### Start generator with default settings