[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH initramfs-tools 3/3] lsinitramfs: Include -l option in usage message



Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 lsinitramfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lsinitramfs b/lsinitramfs
index 0f25688..f1bc16b 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

-- 
Ben Hutchings
The two most common things in the universe are hydrogen and stupidity.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: