summaryrefslogtreecommitdiff
path: root/board/cr50/wp.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/wp.c')
-rw-r--r--board/cr50/wp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/board/cr50/wp.c b/board/cr50/wp.c
index e32ce2189a..ecead90bb1 100644
--- a/board/cr50/wp.c
+++ b/board/cr50/wp.c
@@ -27,6 +27,5 @@ static int command_wp(int argc, char **argv)
return EC_SUCCESS;
}
DECLARE_CONSOLE_COMMAND(wp, command_wp,
- "[bool]",
- "Get/set the flash HW write-protect signal",
- NULL);
+ "[<BOOLEAN>]",
+ "Get/set the flash HW write-protect signal");