mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
mkinitramfs: Fix usage and man outfile arg is not optional.
Thanks to Jens Seidel <jensseidel@users.sf.net> (closes: #493238)
This commit is contained in:
parent
b42067f385
commit
07d29f7d0b
@ -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.
|
||||
|
||||
@ -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 ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user