mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Moved the record option to be the last one
This commit is contained in:
parent
1f23081476
commit
034aea341e
1 changed files with 1 additions and 1 deletions
|
@ -57,11 +57,11 @@ var recordOpt = new Clp.Option(["record"], "Records a new commit. Don't use this
|
|||
, untilDateOpt
|
||||
, noAnsiOpt
|
||||
, lightOpt
|
||||
, recordOpt
|
||||
, authorsOpt
|
||||
, globalActivityOpt
|
||||
, dataPathOpt
|
||||
, firstDayOpt
|
||||
, recordOpt
|
||||
])
|
||||
, options = null
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue