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