Lines Matching refs:ACTION
105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
139 action=$1
150 # strip leading dash in $action
151 action=${action#-}
161 while test -n "$action"
163 case $action in
175 func_error "unknown action specified"
178 action=${action#?}
185 func_error "more than one action specified"
188 func_error "no action specified"