[PATCH 2/2] kexec: Remove redundant space from help message

Eric DeVolder eric.devolder at oracle.com
Mon Jan 30 10:14:25 PST 2017


From: Daniel Kiper <daniel.kiper at oracle.com>

Signed-off-by: Daniel Kiper <daniel.kiper at oracle.com>
Signed-off-by: Eric DeVolder <eric.devolder at oracle.com>
---
 kexec/kexec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kexec/kexec.c b/kexec/kexec.c
index ec16247..a2ba79d 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -1004,7 +1004,7 @@ void usage(void)
 	       "                      preserve context)\n"
 	       "                      to original kernel.\n"
 	       " -s, --kexec-file-syscall Use file based syscall for kexec operation\n"
-	       " -d, --debug           Enable debugging to help spot a failure.\n"
+	       " -d, --debug          Enable debugging to help spot a failure.\n"
 	       " -S, --status         Return 0 if the type (by default crash) is loaded.\n"
 	       "\n"
 	       "Supported kernel file types and options: \n");
-- 
2.7.4




More information about the kexec mailing list