Sorry :) Missed that part, fixed.

This commit is contained in:
Elis Axelsson 2012-07-21 12:54:34 +02:00
parent 86be6c93ff
commit 991ab2cf03

View file

@ -270,7 +270,7 @@ while getopts $opts OPT; do
case ${OPT} in
v) version; exit ;;
h) usage; exit ;;
f) ponies=($(echo $OPTARG | sed -e 's/ //g' -e 's/,/\n/')) ;;
f) ponies+=($(echo $OPTARG | sed -e 's/ //g')) ;;
l) list; exit ;;
L) linklist; exit ;;
W) wrap="$OPTARG" ;;