]> git.plutz.net Git - stereofy/commitdiff
fixed typos
authorpaul <paul@plutz.net>
Sun, 30 Oct 2011 23:19:11 +0000 (23:19 +0000)
committerpaul <paul@plutz.net>
Sun, 30 Oct 2011 23:19:11 +0000 (23:19 +0000)
svn path=/trunk/; revision=5

stereofy.sh

index d3f4763ec058df59fa2f075dd5b56b728c890fda..a0d66d0324804007a552bf9b8d63ca8bebc8bc24 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 algo="d"   #algorythm, Dubois by default
 #!/bin/sh
 
 algo="d"   #algorythm, Dubois by default
-model="rc" #color model, green-magenta by default
+model="rc" #color model, red-cyan by default
 param=""   #leave blank, will be -$algo$model
 left=''
 right=''
 param=""   #leave blank, will be -$algo$model
 left=''
 right=''
@@ -15,7 +15,7 @@ while [ -n "$1" ]; do
     -rc|--rc|--red-cyan) model="rc";;
     -mc|--mc|--magenta-cyan) model="mc";;
     -gm|--gm|--green-magenta) model="gm";;
     -rc|--rc|--red-cyan) model="rc";;
     -mc|--mc|--magenta-cyan) model="mc";;
     -gm|--gm|--green-magenta) model="gm";;
-    -ab|--ab|--amber-blue|yellow-blue) model="ab";;
+    -ab|--ab|--amber-blue|--yellow-blue) model="ab";;
     -[dfh]rc|-[dfh]gm|-[fe]mc|-dab) param="$1";;
     -*) echo "no such color model" >/dev/stderr; exit 1;;
     *)  if [ -z "$left" ]; then
     -[dfh]rc|-[dfh]gm|-[fe]mc|-dab) param="$1";;
     -*) echo "no such color model" >/dev/stderr; exit 1;;
     *)  if [ -z "$left" ]; then