forked from pool/kexec-tools
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
|
From ceedb33e6cd34d26008ded67d5f0726719f73a39 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Kiper <daniel.kiper@oracle.com>
|
||
|
Date: Mon, 30 Jan 2017 12:14:25 -0600
|
||
|
Subject: [PATCH 06/45] kexec: Remove redundant space from help message
|
||
|
|
||
|
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
|
||
|
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
|
||
|
Signed-off-by: Simon Horman <horms@verge.net.au>
|
||
|
---
|
||
|
kexec/kexec.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/kexec/kexec.c b/kexec/kexec.c
|
||
|
index ec16247a427f..a2ba79d59006 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.13.0
|
||
|
|