Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1286882
| From | Daniel Kiper <daniel.kiper@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 02/14] kexec: Remove redundant space from help message |
| Date | 2015-12-08 23:10 +0100 |
| Message-ID | <qDyCl-85p-7@gated-at.bofh.it> (permalink) |
| References | <qDysG-7MA-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
---
kexec/kexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kexec/kexec.c b/kexec/kexec.c
index f0bd527..20dd93d 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -969,7 +969,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"
"\n"
"Supported kernel file types and options: \n");
for (i = 0; i < file_types; i++) {
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/14] kexec: Add option to get crash kernel region size Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:00 +0100
[PATCH 04/14] crashdump/x86: Add print_crashkernel_region_size() function Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
[PATCH 02/14] kexec: Remove redundant space from help message Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
[PATCH 03/14] crashdump: Remove stray get_crashkernel_region() declaration Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
[PATCH 08/14] crashdump/m68k: Add print_crashkernel_region_size() function Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
[PATCH 10/14] crashdump/ppc: Add print_crashkernel_region_size() function Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
Re: [PATCH 10/14] crashdump/ppc: Add print_crashkernel_region_size() function Dave Young <dyoung@redhat.com> - 2015-12-09 04:00 +0100
[PATCH 01/14] purgatory: Add purgatory.map and purgatory.ro.sym to clean recipe Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
[PATCH 06/14] crashdump/cris: Add print_crashkernel_region_size() function Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
Re: [PATCH 06/14] crashdump/cris: Add print_crashkernel_region_size() function Dave Young <dyoung@redhat.com> - 2015-12-09 04:00 +0100
[PATCH 05/14] crashdump/arm: Add print_crashkernel_region_size() function Daniel Kiper <daniel.kiper@oracle.com> - 2015-12-08 23:10 +0100
csiph-web