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