diff options
author | Sébastien Luttringer <seblu@seblu.net> | 2013-12-05 02:55:05 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-09 23:19:16 -0500 |
commit | d838db0d3b1369639ed7572f4f838eda58b8d858 (patch) | |
tree | d311eaf82ed76de0d5fd4bf3719ce9b33a972d3b /src | |
parent | 5877dc5a7fb6f0033b2a3992cc08f335a3c51d63 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel-install/kernel-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install index f5ff3622a4..3ae1d77e33 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() |