From 5809a6d7930f8e76c2ceea66df183d7f7799529d Mon Sep 17 00:00:00 2001 From: Kornelius Rohrschneider Date: Thu, 3 Jun 2021 22:15:59 +0200 Subject: [PATCH] Updated standard documentation value n=0 The documented standard value for n was previously still at one. It has been changed to zero now and the documentation of this setting has been adjusted to fit the general documentation style. --- command/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/report.go b/command/report.go index 8debbd1..abadd2a 100644 --- a/command/report.go +++ b/command/report.go @@ -52,7 +52,7 @@ Options: Commit Limiting: - -n int=1 Limit output, 0 is no limit, defaults to 0 + -n int=0 Limit output, 0 is no limit -from-date=yyyy-mm-dd Show commits starting from this date -to-date=yyyy-mm-dd Show commits thru the end of this date -author="" Show commits which contain author substring