From a9ea75302872cf0d9096ed4965044a3666a32c5d Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 8 Jun 2012 00:31:00 -0700 Subject: [PATCH] Fix typo in ectool help. BUG=none TEST=none Change-Id: I54f24672dd8294b17bae1de4eae2f2791c73998d Signed-off-by: Bill Richardson Reviewed-on: https://gerrit.chromium.org/gerrit/24855 Reviewed-by: Randall Spangler --- util/ectool.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/util/ectool.c b/util/ectool.c index fab5cef1b0..9c287c36b0 100644 --- a/util/ectool.c +++ b/util/ectool.c @@ -63,10 +63,8 @@ const char help_str[] = " Simulate key press\n" " lightbar [CMDS]\n" " Various lightbar control commands\n" - " vboot get\n" - " Get vboot flags\n" - " vboot set VAL\n" - " Set vboot flags\n" + " vboot [VAL]\n" + " Get or set vboot flags\n" " pstoreinfo\n" " Prints information on the EC host persistent storage\n" " pstoreread \n"