summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-22 13:57:33 -0700
committerGerrit <chrome-bot@google.com>2012-10-22 14:47:25 -0700
commit99011554fa802373878982033129fa2e64fe2f1d (patch)
treed0adcfe4e2a71355fbbde91503d85b10f4e87f29 /util
parent8febf5ba28bae606f6779b82aedf8795e11df5b3 (diff)
downloadchrome-ec-99011554fa802373878982033129fa2e64fe2f1d.tar.gz
Fix help message for ectool
Not all of the options for reboot_ec were listed. This fixes the text; there are no code changes. BUG=none BRANCH=none TEST=run ectool with no options to print help Change-Id: I65275a007febbd3583f157cc7f8df5634d6eeeda Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36257 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/ectool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index 80d5d49066..e6283f0a0a 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -111,7 +111,7 @@ const char help_str[] =
" Set keyboard backlight in percent\n"
" readtest <patternoffset> <size>\n"
" Reads a pattern from the EC via LPC\n"
- " reboot_ec <RO|RW|disable-jump> [at-shutdown]\n"
+ " reboot_ec <RO|RW|cold|hibernate|disable-jump> [at-shutdown]\n"
" Reboot EC to RO or RW\n"
" rtcget\n"
" Print real-time clock\n"