From e1c58dba0db2e10c28b511bea772e46449c5ac12 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Thu, 27 Jul 2006 11:26:40 -0600 Subject: ppc64 add missing usage info I had to look through the source to remember what these are one too many times. Patch below is against Maneesh's kexec-tools-1.101-kdump8 patches. Signed-off-by: Michael Neuling Signed-off-by: Maneesh Soni --- kexec/arch/ppc64/kexec-ppc64.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kexec/arch/ppc64/kexec-ppc64.c b/kexec/arch/ppc64/kexec-ppc64.c index 366f186..7211203 100644 --- a/kexec/arch/ppc64/kexec-ppc64.c +++ b/kexec/arch/ppc64/kexec-ppc64.c @@ -552,6 +552,10 @@ int file_types = sizeof(file_type) / sizeof(file_type[0]); void arch_usage(void) { + fprintf(stderr, " --command-line= command line to append.\n"); + fprintf(stderr, " --append= same as --command-line.\n"); + fprintf(stderr, " --ramdisk= Initial RAM disk.\n"); + fprintf(stderr, " --initrd= same as --ramdisk.\n"); fprintf(stderr, " --devicetreeblob= Specify device tree blob file.\n"); fprintf(stderr, " --elf64-core-headers Prepare core headers in ELF64 format\n"); } -- cgit