summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-07 22:25:48 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-07 22:25:48 -0800
commite577c97b494be2815b215e3042207d6d4b7c5516 (patch)
treead399d49b3109774bc931e1ed80dd238b9544d20
parentb5ac4cd44321da10dfd70f070dbc9094ca3f92ff (diff)
downloadrust-installer-e577c97b494be2815b215e3042207d6d4b7c5516.tar.gz
verify-bin defaults to empty
-rw-r--r--combine-installers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/combine-installers.sh b/combine-installers.sh
index 6013be1..d135d2b 100644
--- a/combine-installers.sh
+++ b/combine-installers.sh
@@ -225,7 +225,7 @@ fi
valopt product-name "Product" "The name of the product, for display"
valopt package-name "package" "The name of the package, tarball"
-valopt verify-bin "program" "The command to run with --version to verify the install works"
+valopt verify-bin "" "The command to run with --version to verify the install works"
valopt rel-manifest-dir "${CFG_PACKAGE_NAME}lib" "The directory under lib/ where the manifest lives"
valopt success-message "Installed." "The string to print after successful installation"
valopt legacy-manifest-dirs "" "Places to look for legacy manifests to uninstall"