Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions util/ectool.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const char help_str[] =
" powerinfo\n"
" Prints power-related information\n"
" protoinfo\n"
" Prints EC host protocol information\n"
" Prints EC host protocol information\n"
" pse\n"
" Get and set PoE PSE port power status\n"
" pstoreinfo\n"
Expand Down Expand Up @@ -278,7 +278,7 @@ const char help_str[] =
" info: get all info about rwsig\n"
" dump: show individual rwsig field\n"
" action: Control the behavior of RWSIG task.\n"
" status: Run RW signature verification and get status.\n{"
" status: Run RW signature verification and get status.\n"
" rwsigaction (DEPRECATED; use \"rwsig action\")\n"
" Control the behavior of RWSIG task.\n"
" rwsigstatus (DEPRECATED; use \"rwsig status\"\n"
Expand Down
Loading