diff --git a/astronaut/astronaut b/astronaut/astronaut index 0c9aa46..2aca272 100755 --- a/astronaut/astronaut +++ b/astronaut/astronaut @@ -23,7 +23,7 @@ vcs_compile=false _show_help() { echo "This astronaut will help you build some satellites. Just describe what he's got to do in a satellite file. -Usage: $0 [-sbip ] [-Id] [-o ] +Usage: $0 [-sbipr ] [-Id] [-o ] -h/? Show this message -b Set build directory [WARNING: Will be deleted before build] @@ -47,7 +47,7 @@ _exiterr() { } # 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 h|\?) _show_help