summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2021-04-28 11:06:40 -0700
committerCommit Bot <commit-bot@chromium.org>2021-04-29 04:24:04 +0000
commit5c662bb617081e57123638c26e69b3263990ed9b (patch)
tree155c47be504476d80ca536e3b00f55883fade81c /util
parent7b98c28a2bc7d213fb62fb4664505fd9791beb0e (diff)
downloadchrome-ec-5c662bb617081e57123638c26e69b3263990ed9b.tar.gz
ectool: Fixup fpmode help message
BRANCH=none BUG=b:176500425 TEST=cros-workon-hatch start ec-utils emerge-hatch ec-utils cros deploy dut1 chromeos-base/ec-utils ectool help Signed-off-by: Craig Hesling <hesling@chromium.org> Change-Id: I4424c3b4f6fafb9cd59a2e7390f2e5230e6e0eeb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2856924 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/ectool.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index 6af87c58ae..364a31e6e2 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -153,8 +153,11 @@ const char help_str[] =
" Retrieve the finger image as a PGM image\n"
" fpinfo\n"
" Prints information about the Fingerprint sensor\n"
- " fpmode [capture|deepsleep|fingerdown|fingerup|maintenance]\n"
+ " fpmode [mode... [capture_type]]\n"
" Configure/Read the fingerprint sensor current mode\n"
+ " mode: capture|deepsleep|fingerdown|fingerup|enroll|match|\n"
+ " reset|reset_sensor|maintenance\n"
+ " capture_type: vendor|pattern0|pattern1|qual|test_reset\n"
" fpseed\n"
" Sets the value of the TPM seed.\n"
" fpstats\n"