[systemd-devel] [PATCH] Fix usage of kernel-install

Zbigniew Jędrzejewski-Szmek zbyszek at in.waw.pl
Mon Dec 9 20:13:13 PST 2013


On Tue, Dec 10, 2013 at 02:06:07AM +0100, Sébastien Luttringer wrote:
> 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?
Sure, applied (after updating to latest git, and dropping the signed-off-by, and rewording
the title :)).

Zbyszek


More information about the systemd-devel mailing list