s4

changeset 85:465447d8b3ab

-a option take one argument
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 03 Aug 2015 12:53:28 +0900
parents e16cb89bb0f2
children 518e3afcb230
files s4-start.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-start.sh	Mon Aug 03 12:51:06 2015 +0900
     1.2 +++ b/s4-start.sh	Mon Aug 03 12:53:28 2015 +0900
     1.3 @@ -24,7 +24,7 @@
     1.4  EOF
     1.5    exit 0
     1.6  }
     1.7 -while getopts afht: f; do
     1.8 +while getopts a:fht: f; do
     1.9    case $f in
    1.10      a)	admin=$OPTARG;;
    1.11      f)	force=1;;