Fix --stats option parsing
This commit is contained in:
parent
102ab31e0a
commit
e4f588324d
@ -70,7 +70,9 @@ do
|
||||
'-y') show+=(years) ;;
|
||||
'-#') show+=(count) ;;
|
||||
|
||||
'--stats') stats=1 ;;
|
||||
'--stats')
|
||||
stats=1
|
||||
continue ;;
|
||||
|
||||
'-T') timeformat="$1"
|
||||
shift
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user