summaryrefslogtreecommitdiff
path: root/lsinitramfs
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2014-09-27 19:25:51 +0100
committerBen Hutchings <ben@decadent.org.uk>2014-09-27 19:53:22 +0100
commitf868c430360164b48d6b3b6467d940cfc43ecc7a (patch)
tree628b61f2664191ae90b26e9fe8bc1e3743f2b695 /lsinitramfs
parentd5f4cd6c34ae573561fd615c7fc207942c599701 (diff)
lsinitramfs: Include -l option in usage message
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'lsinitramfs')
-rwxr-xr-xlsinitramfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsinitramfs b/lsinitramfs
index b1eef7b..34d84e4 100755
--- a/lsinitramfs
+++ b/lsinitramfs
@@ -4,7 +4,7 @@ set -eu
usage()
{
- echo "Usage: $(basename $0) <initramfs file>"
+ echo "Usage: $(basename $0) [-l] <initramfs file>"
}
if [ "$#" -eq 0 ] ; then