1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

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
Notes: Lennart Poettering 2014-02-17 22:45:53 +01:00
Backport: docfix

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()