From e577c97b494be2815b215e3042207d6d4b7c5516 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 7 Jan 2015 22:25:48 -0800 Subject: verify-bin defaults to empty --- combine-installers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1