From d0a630b75287d8bc21ace42fd13310df226dfc33 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 15 Apr 2024 09:31:28 +0800 Subject: [PATCH] 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 --- framework_lib/src/commandline/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework_lib/src/commandline/mod.rs b/framework_lib/src/commandline/mod.rs index ffe7367..a9621ad 100644 --- a/framework_lib/src/commandline/mod.rs +++ b/framework_lib/src/commandline/mod.rs @@ -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 @@ -788,6 +787,7 @@ Options: --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 {