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