From: Alexander Barton Date: Mon, 7 Dec 2015 09:07:09 +0000 (+0100) Subject: Update usage message to include "--no-wake" option X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=trigger-rcmd.git;a=commitdiff_plain;h=cddbb32c0253d8105915e4e2c5e1a168543a1d2c Update usage message to include "--no-wake" option --- diff --git a/scripts/trigger-rcmd b/scripts/trigger-rcmd index a90a3d4..06b688e 100755 --- a/scripts/trigger-rcmd +++ b/scripts/trigger-rcmd @@ -16,7 +16,7 @@ RCMD_D="/usr/local/etc/rcmd.d" PATH="$PATH:/usr/local/sbin:/usr/sbin" do_help() { - echo "Usage: $0 [ [...]]" >&2 + echo "Usage: $0 [--no-wake|-n] [ [...]]" >&2 exit 2 }