Skip to content

Commit

Permalink
uefi: Put -b help at the end
Browse files Browse the repository at this point in the history
Because the help is very long so the top might go off the screen, to
know how to see everything you need to know about `-b`.

Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Apr 28, 2024
1 parent 635d6cd commit d0a630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework_lib/src/commandline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ fn print_help(updater: bool) {
Usage: framework_tool [OPTIONS]
Options:
-b Print output one screen at a time
-v, --verbose... More output per occurrence
-q, --quiet... Less output per occurrence
--versions List current firmware versions
Expand Down Expand Up @@ -788,6 +787,7 @@ Options:
--hash <HASH> Hash a file of arbitrary data
-t, --test Run self-test to check if interaction with EC is possible
-h, --help Print help information
-b Print output one screen at a time
"#
);
if updater {
Expand Down

0 comments on commit d0a630b

Please sign in to comment.