Browse Source

I once forgot to enable the -r option

master
mid-kid 9 years ago
parent
commit
f6721e68ca
  1. 4
      astronaut/astronaut

4
astronaut/astronaut

@ -23,7 +23,7 @@ vcs_compile=false
_show_help() { _show_help() {
echo "This astronaut will help you build some satellites. echo "This astronaut will help you build some satellites.
Just describe what he's got to do in a satellite file. Just describe what he's got to do in a satellite file.
Usage: $0 [-sbip <dir>] [-Id] [-o <options>] <satellite> Usage: $0 [-sbipr <dir>] [-Id] [-o <options>] <satellite>
-h/? Show this message -h/? Show this message
-b Set build directory [WARNING: Will be deleted before build] -b Set build directory [WARNING: Will be deleted before build]
@ -47,7 +47,7 @@ _exiterr() {
} }
# Gather info # Gather info
while getopts "h?s:b:i:p:IcCdvo:" opt; do while getopts "h?s:b:i:p:r:IcCdvo:" opt; do
case "$opt" in case "$opt" in
h|\?) h|\?)
_show_help _show_help

Loading…
Cancel
Save