[systemd-devel] [PATCH] Fix usage of kernel-install
Sébastien Luttringer
seblu at seblu.net
Mon Dec 9 17:06:07 PST 2013
On 05/12/2013 02:55, Sébastien Luttringer wrote:
> Kernel install doesn't need the second argument on his command line when
> removing.
> This is correctly documented in the man page.
>
> Signed-off-by: Sébastien Luttringer <seblu at seblu.net>
> ---
> src/kernel-install/kernel-install | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install
> index 9d3e75d..55cdd69 100644
> --- a/src/kernel-install/kernel-install
> +++ b/src/kernel-install/kernel-install
> @@ -23,7 +23,7 @@ usage()
> {
> echo "Usage:" >&2
> echo " $0 add <kernel-version> <kernel-image>" >&2
> - echo " $0 remove <kernel-version> <kernel-image>" >&2
> + echo " $0 remove <kernel-version>" >&2
> }
>
> dropindirs_sort()
>
I know it's a tiny patch, but someone can look at it and with luck,
merge it?
Cheers,
--
Sébastien "Seblu" Luttringer
https://www.seblu.net
GPG: 0x2072D77A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20131210/cea3bb37/attachment.pgp>
More information about the systemd-devel
mailing list