From 98228f0c796a3bae5e9d27607122d8a0c44051c6 Mon Sep 17 00:00:00 2001 From: Tomasz Gieniusz Date: Sun, 22 Jun 2014 14:23:34 +0200 Subject: [PATCH] updated readme with information about --tree option --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c566e169a..83336177e 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,20 @@ It browses the repository and outputs html page with statistics. git_stats generate Options: - p, [--path=PATH] # Path to repository from which statistics should be generated. - # Default: . - o, [--output=OUTPUT] # Output path where statistics should be written. - # Default: ./git_stats - l, [--language=LANGUAGE] # Language of written statistics. - # Default: en - f, [--from=FROM] # Commit from where statistics should start. - t, [--to=TO] # Commit where statistics should stop. - # Default: HEAD - s, [--silent] # Silent mode. Don't output anything. + p, [--path=PATH] # Path to repository from which statistics should be generated. + # Default: . + o, [--output=OUTPUT] # Output path where statistics should be written. + # Default: ./git_stats + l, [--language=LANGUAGE] # Language of written statistics. + # Default: en + f, [--from=FROM] # Commit from where statistics should start. + t, [--to=TO] # Commit where statistics should stop. + # Default: HEAD + 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