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