summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/functions/youtube-watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/youtube-watch b/etc/functions/youtube-watch
index 78d7f8a..418201b 100755
--- a/etc/functions/youtube-watch
+++ b/etc/functions/youtube-watch
@@ -4,7 +4,7 @@ typeset -i cache=0
while [[ $* == -* ]] {
case $1 in
- -c) cache=1
+ -c) cache=1 ;;
-|--) shift; break ;;
esac
shift