summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 11:07:43 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-31 14:50:09 +0000
commit29414359f4e446c36afb502927c5858ba627b7a2 (patch)
tree1a52bc451f379b30edbd9df4776252a9e404b9b1
parentb541f1b6c65e1c27bfa0047e21d2e499ad71980a (diff)
downloadopenpower-pnor-code-mgmt-29414359f4e446c36afb502927c5858ba627b7a2.tar.gz
openpower-pnor-code-mgmt-29414359f4e446c36afb502927c5858ba627b7a2.zip
Make help text in generate-squashfs more clear
Change-Id: I06ebcd525f4bddc5c02440d6fcc5a8940b9d08ec Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xgenerate-squashfs6
1 files changed, 3 insertions, 3 deletions
diff --git a/generate-squashfs b/generate-squashfs
index 4a9ae67bc..4a5fc5fe5 100755
--- a/generate-squashfs
+++ b/generate-squashfs
@@ -1,10 +1,10 @@
#!/bin/bash
set -eo pipefail
-help=$'Generate Tarball with SquashFS image and MANIFEST Script
+help=$'Generate Tarball with PNOR SquashFS image and MANIFEST Script
-Generates a SquashFS image from the PNOR image
-Creates a MANIFEST for image verification
+Generates a PNOR SquashFS image from the PNOR image
+Creates a MANIFEST for image verification and recreation
Packages the SquashFS image and MANIFEST together in a tarball
usage: generate-squashfs [OPTION] <PNOR FILE>...
OpenPOWER on IntegriCloud