Skip to content

Commit 1ff0e04

Browse files
committed
uefi: Put -b help at the end
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]>
1 parent 314d62d commit 1ff0e04

File tree

1 file changed

+1
-1
lines changed
  • framework_lib/src/commandline

1 file changed

+1
-1
lines changed

framework_lib/src/commandline/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ fn print_help(updater: bool) {
757757
Usage: framework_tool [OPTIONS]
758758
759759
Options:
760-
-b Print output one screen at a time
761760
-v, --verbose... More output per occurrence
762761
-q, --quiet... Less output per occurrence
763762
--versions List current firmware versions
@@ -788,6 +787,7 @@ Options:
788787
--hash <HASH> Hash a file of arbitrary data
789788
-t, --test Run self-test to check if interaction with EC is possible
790789
-h, --help Print help information
790+
-b Print output one screen at a time
791791
"#
792792
);
793793
if updater {

0 commit comments

Comments
 (0)