summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYou-Cheng Syu <youcheng@chromium.org>2018-01-04 17:49:40 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-04 07:35:41 -0800
commit4e0939b377f65048dfc1ec8ceda6fd7c444fc8b8 (patch)
treea646dd4355e9d51fbfa963758fce37cd66d24d21
parent2de354af77fe2737374845afe20f963a24f68cb4 (diff)
downloadvboot-4e0939b377f65048dfc1ec8ceda6fd7c444fc8b8.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>
-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