From e4f588324d5d373e50a723649a103d2caf8ec006 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 21 Oct 2013 09:18:19 +0200 Subject: [PATCH] Fix --stats option parsing --- toys/createindex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toys/createindex b/toys/createindex index 515a543..1f356e5 100755 --- a/toys/createindex +++ b/toys/createindex @@ -70,7 +70,9 @@ do '-y') show+=(years) ;; '-#') show+=(count) ;; - '--stats') stats=1 ;; + '--stats') + stats=1 + continue ;; '-T') timeformat="$1" shift