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 {