diff options
author | Daniel Kiper <daniel.kiper@oracle.com> | 2017-01-30 12:14:25 -0600 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2017-01-31 12:23:40 +0100 |
commit | ceedb33e6cd34d26008ded67d5f0726719f73a39 (patch) | |
tree | c90daff5134b51f2117cba052952ac3120e4cbbb | |
parent | 2cf7cb9a60802cfdbd4ec51439b05b5ac6293ee6 (diff) |
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>
-rw-r--r-- | kexec/kexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |