From c6e00bc9b243b33337dd99b100af43f70ff81e25 Mon Sep 17 00:00:00 2001 From: Christopher Koch Date: Fri, 25 Jul 2014 03:28:24 +0200 Subject: Fix -I in rcdn(1) The prior fix for `-k` moved the `:` from after `I` to after `k`. Move it back. --- bin/rcdn.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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" ;; -- cgit v1.2.3