beautysh: re-format
beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh
files to have a consistent formatting. Re-run the formatter on the
whole repository.
Change-Id: I82c8272c4838e848615995a864dff3301d53925f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/generate-tar b/generate-tar
index f23f513..8b36850 100755
--- a/generate-tar
+++ b/generate-tar
@@ -11,23 +11,23 @@
usage: generate-tar [OPTION] <PNOR FILE>...
Options:
- -i, --image <squashfs|static>
- Generate SquashFS image or use static PNOR
- -f, --file <file> Specify destination file. Defaults to
- $(pwd)/<PNOR FILE>.pnor.<image_type>.tar[.gz] if
- unspecified.
- (For example,
- * "generate-tar -i squashfs my.pnor" would generate
- $(pwd)/my.pnor.squashfs.tar
- * "generate-tar -i static my.pnor" would generate
- $(pwd)/my.pnor.static.tar.gz)
- -s, --sign <path> Sign the image. The optional path argument specifies
- the private key file. Defaults to the bash variable
- PRIVATE_KEY_PATH if available, or else uses the
- open-source private key in this script.
- -m, --machine <name> Optionally specify the target machine name of this
- image.
- -h, --help Display this help text and exit.
+-i, --image <squashfs|static>
+Generate SquashFS image or use static PNOR
+-f, --file <file> Specify destination file. Defaults to
+$(pwd)/<PNOR FILE>.pnor.<image_type>.tar[.gz] if
+unspecified.
+(For example,
+ * "generate-tar -i squashfs my.pnor" would generate
+ $(pwd)/my.pnor.squashfs.tar
+ * "generate-tar -i static my.pnor" would generate
+$(pwd)/my.pnor.static.tar.gz)
+-s, --sign <path> Sign the image. The optional path argument specifies
+the private key file. Defaults to the bash variable
+PRIVATE_KEY_PATH if available, or else uses the
+open-source private key in this script.
+-m, --machine <name> Optionally specify the target machine name of this
+image.
+-h, --help Display this help text and exit.
'
private_key=$'-----BEGIN PRIVATE KEY-----