From: Sébastien Luttringer Date: Thu, 5 Dec 2013 01:55:05 +0000 (+0100) Subject: kernel-install: fix help output X-Git-Tag: v209~1068 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d838db0d3b1369639ed7572f4f838eda58b8d858;p=thirdparty%2Fsystemd.git 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 f5ff3622a49..3ae1d77e33e 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()