From cf1e58d735f456e553bdb698f917713115e86c7d Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 9 Jul 2014 13:19:51 +0200 Subject: rcdn(1) -K -k MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rcdn(1) program is all set up to handle the `-K` and `-k` flags, except those flags were never actually allowed through `getopts`. Thanks to Mikkel Fahnøe Jørgensen for discovering this. Closes #93. --- 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 e5cb119..12d57bd 100755 --- a/bin/rcdn.in +++ b/bin/rcdn.in @@ -40,7 +40,7 @@ handle_command_line() { local never_symlink_dirs= local hostname= - while getopts :VqvhI:x:S:s:t:d:B: opt; do + while getopts :VqvhIKk:x:S:s:t:d:B: opt; do case "$opt" in h) show_help ;; B) hostname="$OPTARG" ;; -- cgit v1.2.3