summaryrefslogtreecommitdiff
path: root/bin/mkrc.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkrc.in')
-rwxr-xr-xbin/mkrc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mkrc.in b/bin/mkrc.in
index 7cab210..9af0b6a 100755
--- a/bin/mkrc.in
+++ b/bin/mkrc.in
@@ -23,8 +23,8 @@ destination() {
show_help() {
local exit_code=${1:-0}
- $PRINT "Usage: mkrc [-hvqo] [-t TAG] [-d DIR] FILES ..."
- $PRINT "see mkrc(1) and rcm(5) for more details"
+ $PRINT "Usage: mkrc [-ChSsVvqo] [-t TAG] [-d DIR] [-B HOSTNAME] FILES ..."
+ $PRINT "see mkrc(1) and rcm(7) for more details"
exit $exit_code
}