From 94cc84c0a669c3040215653fbaf44feb939bbe05 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 14 Nov 2014 14:45:40 +0100 Subject: Update usage messages Various flags were missing from usage messages across the system; `-g` and `-s` were the most notable ones. Add them to the appropriate usage messages. Spotted by Christopher Koch. --- bin/rcup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/rcup.in') diff --git a/bin/rcup.in b/bin/rcup.in index 80e55f3..c990ac7 100755 --- a/bin/rcup.in +++ b/bin/rcup.in @@ -171,7 +171,7 @@ handle_file() { show_help() { local exit_code=${1:-0} - $PRINT "Usage: rcup [-CfhiKkqVv] [-B HOSTNAME] [-d DOT_DIR] [-I EXCL_PAT] [-S EXCL_PAT] [-t TAG] [-x EXCL_PAT]" + $PRINT "Usage: rcup [-CfghiKkqVv] [-B HOSTNAME] [-d DOT_DIR] [-I EXCL_PAT] [-S EXCL_PAT] [-s EXCL_PAT] [-t TAG] [-x EXCL_PAT]" $PRINT "see rcup(1) and rcm(7) for more details" exit $exit_code -- cgit v1.2.3