This patch just fixes a spell error. Found by Dave Plater. Signed-off-by: Bernhard Walle <bwalle at suse.de> --- kexec/kexec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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=<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" " --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" -- 1.6.0.2