diff options
author | maximilian attems <maks@debian.org> | 2010-06-18 11:36:26 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-06-18 11:50:38 +0200 |
commit | 2f3eb88faf2ac21036d4b33e5f44c9be076a635a (patch) | |
tree | 095f988d73c02a61bcd91d20139f3c4e8837087c /lsinitramfs.8 | |
parent | 6147641d9129db51421ef0706972e21ceb36c801 (diff) | |
download | initramfs-tools-2f3eb88faf2ac21036d4b33e5f44c9be076a635a.tar.gz initramfs-tools-2f3eb88faf2ac21036d4b33e5f44c9be076a635a.zip |
lsinitramfs: use getopt for -l option
only pass verbose to cpio if invoked with -l or --long.
add minimal hints to manpage.
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'lsinitramfs.8')
-rw-r--r-- | lsinitramfs.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lsinitramfs.8 b/lsinitramfs.8 index bb809ae..c1aa897 100644 --- a/lsinitramfs.8 +++ b/lsinitramfs.8 @@ -5,7 +5,9 @@ lsinitramfs \- list content of an initramfs image .SH SYNOPSIS .B lsinitramfs +.RB [ \-l ] .IR initramfsfile +.RB [ \-h ] .SH DESCRIPTION The |