From 034aea341e46f2d4b32b3f76fb9650c796f427a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 21 Sep 2015 21:04:13 +0300 Subject: [PATCH] Moved the record option to be the last one --- bin/git-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-stats b/bin/git-stats index d54231a..82678d4 100755 --- a/bin/git-stats +++ b/bin/git-stats @@ -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 ;