summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYou-Cheng Syu <youcheng@chromium.org>2018-01-04 17:49:40 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-01-11 08:23:07 +0000
commitacc1dbc6407329d8c74ca2dd1a4bcf848970bc0f (patch)
treef56798a3410ad3acfa55c6e69cb552ce50512a02
parent008b1db9e576a38e409fdd3fc7f7f4b513f2bcaf (diff)
downloadvboot-acc1dbc6407329d8c74ca2dd1a4bcf848970bc0f.tar.gz
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> (cherry picked from commit 4e0939b377f65048dfc1ec8ceda6fd7c444fc8b8) Reviewed-on: https://chromium-review.googlesource.com/861604 Reviewed-by: Shelley Chen <shchen@chromium.org> Commit-Queue: Shelley Chen <shchen@chromium.org> Tested-by: Shelley Chen <shchen@chromium.org>
-rwxr-xr-xscripts/image_signing/make_dev_ssd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/image_signing/make_dev_ssd.sh b/scripts/image_signing/make_dev_ssd.sh
index 574dd574..d395b1c9 100755
--- a/scripts/image_signing/make_dev_ssd.sh
+++ b/scripts/image_signing/make_dev_ssd.sh
@@ -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