From 699cd9c803ae502dade049a538469f3307b36fea Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 6 Oct 2013 03:14:33 +0200 Subject: [PATCH] Fix time format and Output file option parsing --- toys/createindex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toys/createindex b/toys/createindex index bad1a89..4a14fe6 100755 --- a/toys/createindex +++ b/toys/createindex @@ -69,8 +69,10 @@ do '-#') show+=(count) ;; '-T') timeformat="$1" + shift continue ;; '-o') output="$1" + shift continue ;; '-u') update=1 continue ;;