From f6721e68ca4602ddd5f564bb80637e47d2c2bd09 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 26 Jan 2016 19:34:42 +0100 Subject: [PATCH] I once forgot to enable the -r option --- astronaut/astronaut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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