Moved the record option to be the last one

This commit is contained in:
Ionică Bizău 2015-09-21 21:04:13 +03:00
parent 1f23081476
commit 034aea341e
1 changed files with 1 additions and 1 deletions

View File

@ -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
;