forked from pool/kexec-tools
26 lines
824 B
Diff
26 lines
824 B
Diff
|
From: Bernhard Walle <bwalle@suse.de>
|
||
|
Date: Fri, 14 Nov 2008 10:47:29 +0100
|
||
|
Subject: [PATCH] Fix spell error in help output
|
||
|
References: bnc#444714
|
||
|
|
||
|
This patch just fixes a spell error. Found by Dave Plater.
|
||
|
|
||
|
|
||
|
Signed-off-by: Bernhard Walle <bwalle@suse.de>
|
||
|
|
||
|
---
|
||
|
kexec/kexec.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/kexec/kexec.c
|
||
|
+++ b/kexec/kexec.c
|
||
|
@@ -786,7 +786,7 @@ void usage(void)
|
||
|
" load code into.\n"
|
||
|
" --mem-max=<addr> Specify the highest memory address to\n"
|
||
|
" load code into.\n"
|
||
|
- " --reuseinird Reuse initrd from first boot.\n"
|
||
|
+ " --reuseinitrd Reuse initrd from first boot.\n"
|
||
|
"\n"
|
||
|
"Supported kernel file types and options: \n");
|
||
|
for (i = 0; i < file_types; i++) {
|