Skip to content

Commit

Permalink
Merge pull request #105 from sailro/patch-1
Browse files Browse the repository at this point in the history
Fix little typo in documentation
  • Loading branch information
casperdcl authored Feb 5, 2025
2 parents ba275fb + 5fddeb1 commit 108af14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Documentation
In no-regex mode, may be a comma-separated list.
Escape (\,) for a literal comma (may require \\, in shell).
--incl=<f> Included files [default: .*]. See `--excl` for format.
--since=<date> Date from which to check. Can be absoulte (eg: 1970-01-31)
--since=<date> Date from which to check. Can be absolute (eg: 1970-01-31)
or relative to now (eg: 3.weeks).
--until=<date> Date to which to check. See `--since` for format.
--cost=<method> Include time cost in person-months (COCOMO) or
Expand Down
2 changes: 1 addition & 1 deletion gitfame/_gitfame.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
In no-regex mode, may be a comma-separated list.
Escape (\,) for a literal comma (may require \\, in shell).
--incl=<f> Included files [default: .*]. See `--excl` for format.
--since=<date> Date from which to check. Can be absoulte (eg: 1970-01-31)
--since=<date> Date from which to check. Can be absolute (eg: 1970-01-31)
or relative to now (eg: 3.weeks).
--until=<date> Date to which to check. See `--since` for format.
--cost=<method> Include time cost in person-months (COCOMO) or
Expand Down
2 changes: 1 addition & 1 deletion gitfame/git-fame.1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ See \f[CR]\-\-excl\f[R] for format.
.TP
\-\-since=\f[I]date\f[R]
Date from which to check.
Can be absoulte (eg: 1970\-01\-31) or relative to now (eg: 3.weeks).
Can be absolute (eg: 1970\-01\-31) or relative to now (eg: 3.weeks).
.TP
\-\-until=\f[I]date\f[R]
Date to which to check.
Expand Down

0 comments on commit 108af14

Please sign in to comment.