Fix --stats option parsing

This commit is contained in:
Vincent Riquer 2013-10-21 09:18:19 +02:00
parent 102ab31e0a
commit e4f588324d

View File

@ -70,7 +70,9 @@ do
'-y') show+=(years) ;;
'-#') show+=(count) ;;
'--stats') stats=1 ;;
'--stats')
stats=1
continue ;;
'-T') timeformat="$1"
shift