diff options
-rw-r--r-- | kexec/arch/mipsel/kexec-elf-mipsel.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexec/arch/mipsel/kexec-elf-mipsel.c b/kexec/arch/mipsel/kexec-elf-mipsel.c index e3d6d80..af1bb13 100644 --- a/kexec/arch/mipsel/kexec-elf-mipsel.c +++ b/kexec/arch/mipsel/kexec-elf-mipsel.c @@ -97,10 +97,10 @@ int elf_mipsel_probe(const char *buf, off_t len) void elf_mipsel_usage(void) { - printf - ( - " --command-line=STRING Set the kernel command line to STRING. \n" - " --append=STRING Set the kernel command line to STRING. \n"); + printf(" --command-line=STRING Set the kernel command line to " + "STRING.\n" + " --append=STRING Set the kernel command line to " + "STRING.\n"); } int elf_mipsel_load(int argc, char **argv, const char *buf, off_t len, |