Skip to content

Commit 0c1a8bf

Browse files
committed
update help info
1 parent 36a0b3d commit 0c1a8bf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ git repository's commit messages.
2929
--since=<sn> Log since XY ago
3030
--until=<un> Log until XY ago
3131
--config=<file> Config file path
32+
33+
Readme:
34+
https://github.com/arzzen/git-keyword-stats
3235

3336

3437
# Example Output

bin/git-keyword-stats

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Options:
2929
--until=<un> Log until XY ago
3030
--config=<file> Config file path
3131
32+
Readme:
33+
https://github.com/arzzen/git-keyword-stats
34+
3235
DOCOPT
3336
begin
3437
options = Docopt::docopt doc

git-keyword-stats.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Gem::Specification.new do |s|
55
s.name = 'git-keyword-stats'
6-
s.version = "1.0.2"
6+
s.version = "1.0.3"
77
s.date = Time.now.strftime('%Y-%m-%d')
88

99
s.authors = ['James Pearson', 'Lukas Mestan']

0 commit comments

Comments
 (0)