summaryrefslogtreecommitdiffstats
path: root/etc/rc.resume
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-12-30 17:30:39 +0000
committernjl <njl@FreeBSD.org>2003-12-30 17:30:39 +0000
commit00a572d32f64bd5dfa692784d26cfd9cd5e809bc (patch)
tree3c8edc806d73c6bd1a6728afae168db61e18a35f /etc/rc.resume
parentdc92f60c73455d47a4f12fcc4033cda71d5e3010 (diff)
downloadFreeBSD-src-00a572d32f64bd5dfa692784d26cfd9cd5e809bc.zip
FreeBSD-src-00a572d32f64bd5dfa692784d26cfd9cd5e809bc.tar.gz
Fix a usage message.
Diffstat (limited to 'etc/rc.resume')
-rwxr-xr-xetc/rc.resume2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.resume b/etc/rc.resume
index 84aa022..4e133e0 100755
--- a/etc/rc.resume
+++ b/etc/rc.resume
@@ -30,7 +30,7 @@
# sample run command file for APM Resume Event
if [ $# -ne 2 ]; then
- echo "Usage: $0 [apm|acpi] [resume|1-5]"
+ echo "Usage: $0 [apm|acpi] [standby,suspend|1-5]"
exit 1
fi
OpenPOWER on IntegriCloud