Fix time format and Output file option parsing

This commit is contained in:
Vincent Riquer 2013-10-06 03:14:33 +02:00
parent e08ee9ad7e
commit 699cd9c803

View File

@ -69,8 +69,10 @@ do
'-#') show+=(count) ;;
'-T') timeformat="$1"
shift
continue ;;
'-o') output="$1"
shift
continue ;;
'-u') update=1
continue ;;