We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d0f6c commit 2a035b3Copy full SHA for 2a035b3
gitevo/cli.py
@@ -31,7 +31,7 @@ def parse_args(args=None):
31
'-f',
32
'--from-year',
33
type=int,
34
- help='Filter commits to be analyzed (from year). Default is today - 5 years.'
+ help='Filter commits to be analyzed (from year). Default is last five years.'
35
)
36
37
parser.add_argument(
0 commit comments