diff options
author | Nicolas Norvez <norvez@chromium.org> | 2018-06-26 01:03:15 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-06-27 10:31:39 -0700 |
commit | 8c0f1480713cf29b441a8097e818a76c51876659 (patch) | |
tree | 9b90704e5bd5dbe4add0b0a9b0a266d6e6a4c953 | |
parent | 833e678b7a7060a8db1efd45a86b932ff613f0ce (diff) | |
download | chrome-ec-8c0f1480713cf29b441a8097e818a76c51876659.tar.gz |
ectool: remove fpcheckpixels from help message
fpcheckpixels (checkerboard tests) is no longer implemented in ectool,
update the help message.
BUG=None
TEST=None
BRANCH=None
Change-Id: Ib9d0e3760ed9c838c84f67b3900b22b5a5be5679
Signed-off-by: Nicolas Norvez <norvez@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1114679
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r-- | util/ectool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/ectool.c b/util/ectool.c index 9a266f1366..cb3aa5618f 100644 --- a/util/ectool.c +++ b/util/ectool.c @@ -120,8 +120,6 @@ const char help_str[] = " Reads from EC flash to a file\n" " flashwrite <offset> <infile>\n" " Writes to EC flash from a file\n" - " fpcheckpixels\n" - " Count the number of dead pixels on the sensor\n" " fpframe\n" " Retrieve the finger image as a PGM image\n" " fpinfo\n" |