summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGravatar Christopher Koch <ckoch@cs.nmt.edu>2014-07-25 03:28:24 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2014-07-29 11:50:12 +0200
commitc6e00bc9b243b33337dd99b100af43f70ff81e25 (patch)
treeac2ca0514208d1dc81f190a22ac3a71ce08a6c2e /bin
parentcf1e58d735f456e553bdb698f917713115e86c7d (diff)
Fix -I in rcdn(1)
The prior fix for `-k` moved the `:` from after `I` to after `k`. Move it back.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rcdn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcdn.in b/bin/rcdn.in
index 12d57bd..5596050 100755
--- a/bin/rcdn.in
+++ b/bin/rcdn.in
@@ -40,7 +40,7 @@ handle_command_line() {
local never_symlink_dirs=
local hostname=
- while getopts :VqvhIKk:x:S:s:t:d:B: opt; do
+ while getopts :VqvhKkI:x:S:s:t:d:B: opt; do
case "$opt" in
h) show_help ;;
B) hostname="$OPTARG" ;;