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:
parent
5877dc5a7f
commit
d838db0d3b
Notes:
Lennart Poettering
2014-02-17 22:45:53 +01:00
Backport: docfix
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user