diff options
author | maximilian attems <maks@debian.org> | 2008-08-12 10:52:25 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-08-12 10:52:25 +0200 |
commit | 07d29f7d0b2b4dd22213d03f6edfd2147b3f4e0f (patch) | |
tree | b3bb7e9e84e9a5d472c7f3a90a49d8fcdf2e949c | |
parent | b42067f385b97ac76ae43eaa414ef35c39880e3c (diff) | |
download | initramfs-tools-07d29f7d0b2b4dd22213d03f6edfd2147b3f4e0f.tar.gz initramfs-tools-07d29f7d0b2b4dd22213d03f6edfd2147b3f4e0f.zip |
mkinitramfs: Fix usage and man outfile arg is not optional.
Thanks to Jens Seidel <jensseidel@users.sf.net>
(closes: #493238)
-rw-r--r-- | hook-functions | 2 | ||||
-rw-r--r-- | mkinitramfs.8 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hook-functions b/hook-functions index 3975cd9..01f33c4 100644 --- a/hook-functions +++ b/hook-functions @@ -393,7 +393,7 @@ usage() { cat >&2 << EOF -Usage: ${0} [OPTION]... <-o outfile> [version] +Usage: ${0} [OPTION]... -o outfile [version] Options: -d confdir Specify an alternative configuration directory. diff --git a/mkinitramfs.8 b/mkinitramfs.8 index 8d94a8c..abb3f39 100644 --- a/mkinitramfs.8 +++ b/mkinitramfs.8 @@ -1,4 +1,4 @@ -.TH MKINITRAMFS 8 "2007/08/08" "" "mkinitramfs manual" +.TH MKINITRAMFS 8 "2008/08/12" "" "mkinitramfs manual" .SH NAME mkinitramfs \- low-level tool for generating an initramfs image @@ -8,8 +8,8 @@ mkinitramfs \- low-level tool for generating an initramfs image .RB [ \-d .IR confdir ] .RB [ \-k ] -.RB [ \-o -.IR outfile ] +.RB \-o +.IR outfile .RB [ \-r .IR root ] .RB [ \-v ] |