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:
You-Cheng Syu
2018-01-04 17:49:40 +08:00
committed by chrome-bot
parent 2de354af77
commit 4e0939b377

View File

@@ -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