a52f674
From 7c189d8c6bdab161c14ac616b0c292255005becd Mon Sep 17 00:00:00 2001
b12ff75
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
b12ff75
Date: Thu, 5 Dec 2013 02:55:05 +0100
b12ff75
Subject: [PATCH] kernel-install: fix help output
b12ff75
b12ff75
Kernel install doesn't need the second argument on his command line when
b12ff75
removing.
b12ff75
This is correctly documented in the man page.
a52f674
a52f674
(cherry picked from commit d838db0d3b1369639ed7572f4f838eda58b8d858)
b12ff75
---
b12ff75
 src/kernel-install/kernel-install | 2 +-
b12ff75
 1 file changed, 1 insertion(+), 1 deletion(-)
b12ff75
b12ff75
diff --git a/src/kernel-install/kernel-install b/src/kernel-install/kernel-install
b12ff75
index f5ff362..3ae1d77 100644
b12ff75
--- a/src/kernel-install/kernel-install
b12ff75
+++ b/src/kernel-install/kernel-install
b12ff75
@@ -23,7 +23,7 @@ usage()
b12ff75
 {
b12ff75
     echo "Usage:"
b12ff75
     echo "        $0 add KERNEL-VERSION KERNEL-IMAGE"
b12ff75
-    echo "        $0 remove KERNEL-VERSION KERNEL-IMAGE"
b12ff75
+    echo "        $0 remove KERNEL-VERSION"
b12ff75
 }
b12ff75
 
b12ff75
 dropindirs_sort()