From 99011554fa802373878982033129fa2e64fe2f1d Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Mon, 22 Oct 2012 13:57:33 -0700 Subject: [PATCH] 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 Reviewed-on: https://gerrit.chromium.org/gerrit/36257 Reviewed-by: Bill Richardson --- util/ectool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \n" " Reads a pattern from the EC via LPC\n" - " reboot_ec [at-shutdown]\n" + " reboot_ec [at-shutdown]\n" " Reboot EC to RO or RW\n" " rtcget\n" " Print real-time clock\n"