[systemd-commits] src/kernel-install
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Mon Dec 9 20:12:25 PST 2013
src/kernel-install/kernel-install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d838db0d3b1369639ed7572f4f838eda58b8d858
Author: Sébastien Luttringer <seblu at seblu.net>
Date: Thu Dec 5 02:55:05 2013 +0100
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.
diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install
index f5ff362..3ae1d77 100644
--- a/src/kernel-install/kernel-install
+++ b/src/kernel-install/kernel-install
@@ -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()
More information about the systemd-commits
mailing list