summaryrefslogtreecommitdiff
path: root/bin/rcup.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rcup.in')
-rwxr-xr-xbin/rcup.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/rcup.in b/bin/rcup.in
index 17516b6..24d7177 100755
--- a/bin/rcup.in
+++ b/bin/rcup.in
@@ -107,7 +107,7 @@ handle_command_line() {
local hostname=
REPLACE_ALL=0
- while getopts CVqvfhikKI:x:S:t:d:B: opt; do
+ while getopts :CVqvfhikKI:x:S:t:d:B: opt; do
case "$opt" in
B) hostname="$OPTARG" ;;
C) always_copy=1 ;;
@@ -124,6 +124,7 @@ handle_command_line() {
v) verbosity=$(($verbosity + 1)) ;;
V) version=1 ;;
x) excludes="$excludes $OPTARG" ;;
+ ?) show_help 64 ;;
esac
done
shift $(($OPTIND-1))