mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-31 02:51:26 +00:00
make_dev_ssd: Fix help message.
Fix the indent and content of the help message. BRANCH=none BUG=none TEST=./make_dev_ssd.sh -h Change-Id: I12f0de807cf5cb8d6edf7f4a6acdc7c11d0114d9 Reviewed-on: https://chromium-review.googlesource.com/848620 Commit-Ready: Youcheng Syu <youcheng@chromium.org> Tested-by: Youcheng Syu <youcheng@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
2de354af77
commit
4e0939b377
@@ -40,7 +40,7 @@ DEFINE_boolean edit_config "${FLAGS_FALSE}" \
|
||||
DEFINE_string partitions "" \
|
||||
"List of partitions to examine (default: $DEFAULT_PARTITIONS)" ""
|
||||
DEFINE_boolean recovery_key "$FLAGS_FALSE" \
|
||||
"Use recovery key to sign image (to boot from USB" ""
|
||||
"Use recovery key to sign image (to boot from USB)" ""
|
||||
DEFINE_boolean force "$FLAGS_FALSE" "Skip sanity checks and make the change" "f"
|
||||
|
||||
# Parse command line
|
||||
|
||||
Reference in New Issue
Block a user