From 9bf8dee9bab15d7f6de8a4cd332e77a1559083e3 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Fri, 14 Nov 2008 10:48:04 +0100 Subject: Fix spell error in help output This patch just fixes a spell error. Found by Dave Plater. Signed-off-by: Bernhard Walle Signed-off-by: Simon Horman --- kexec/kexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexec/kexec.c') diff --git a/kexec/kexec.c b/kexec/kexec.c index 0616091..fc01458 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c @@ -917,7 +917,7 @@ void usage(void) " load code into.\n" " --mem-max= 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" " --load-preserve-context Load the new kernel and preserve\n" " context of current kernel during kexec.\n" " --load-jump-back-helper Load a helper image to jump back\n" -- cgit