kernel-install: fix help output

Kernel install doesn't need the second argument on his command line when
removing.
This is correctly documented in the man page.
This commit is contained in:
Sébastien Luttringer 2013-12-05 02:55:05 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 5877dc5a7f
commit d838db0d3b

View file

@ -23,7 +23,7 @@ usage()
{
echo "Usage:"
echo " $0 add KERNEL-VERSION KERNEL-IMAGE"
echo " $0 remove KERNEL-VERSION KERNEL-IMAGE"
echo " $0 remove KERNEL-VERSION"
}
dropindirs_sort()