diff options
author | Curtis Malainey <cujomalainey@chromium.org> | 2019-07-16 15:45:55 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-07-17 02:17:46 +0000 |
commit | ea49cf673af69904efc8873c77f362bae0ab5830 (patch) | |
tree | ff4dcd0b569c4def8635ab24272a207c3fdfd8a5 | |
parent | 360e4f98701a0309c35891f3dbea26739127e8f4 (diff) | |
download | chrome-ec-ea49cf673af69904efc8873c77f362bae0ab5830.tar.gz |
ectool: put help menu items in alphabetical order
fo* should come before fp*
TEST=print help
Change-Id: Ic8ea8582bd1aebfb389427d959b8819aecb67378
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1703391
Tested-by: Curtis Malainey <cujomalainey@chromium.org>
Auto-Submit: Curtis Malainey <cujomalainey@chromium.org>
Reviewed-by: Jon Flatley <jflat@chromium.org>
Commit-Queue: Jon Flatley <jflat@chromium.org>
-rw-r--r-- | util/ectool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ectool.c b/util/ectool.c index 14ccef6a0e..6b2b834742 100644 --- a/util/ectool.c +++ b/util/ectool.c @@ -133,6 +133,8 @@ const char help_str[] = " Reads from EC flash to a file\n" " flashwrite <offset> <infile>\n" " Writes to EC flash from a file\n" + " forcelidopen <enable>\n" + " Forces the lid switch to open position\n" " fpencstatus\n" " Prints status of Fingerprint sensor encryption engine\n" " fpframe\n" @@ -147,8 +149,6 @@ const char help_str[] = " Prints timing statisitcs relating to capture and matching\n" " fptemplate [<infile>|<index 0..2>]\n" " Add a template if <infile> is provided, else dump it\n" - " forcelidopen <enable>\n" - " Forces the lid switch to open position\n" " gpioget <GPIO name>\n" " Get the value of GPIO signal\n" " gpioset <GPIO name>\n" |