summaryrefslogtreecommitdiff
path: root/bin/rcdn.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rcdn.in')
-rwxr-xr-xbin/rcdn.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rcdn.in b/bin/rcdn.in
index e633f3e..0393f4d 100755
--- a/bin/rcdn.in
+++ b/bin/rcdn.in
@@ -21,8 +21,8 @@ remove_link() {
show_help() {
local exit_code=${1:-0}
- $PRINT "Usage: rcdn [-Vqvh] [-I EXCL_PAT] [-x EXCL_PAT] [-t TAG] [-d DOT_DIR]"
- $PRINT "see rcdn(1) and rcm(5) for more details"
+ $PRINT "Usage: rcdn [-hqVv] [-B HOSTNAME] [-d DOT_DIR] [-I EXCL_PAT] [-S EXCL_PAT] [-t TAG] [-x EXCL_PAT]"
+ $PRINT "see rcdn(1) and rcm(7) for more details"
exit $exit_code
}