|
|
bedde7 |
From 29dbb597089981a5e3c97ae4f768ff8a22094294 Mon Sep 17 00:00:00 2001
|
|
|
bedde7 |
From: Bhupesh Sharma <bhsharma@redhat.com>
|
|
|
bedde7 |
Date: Thu, 25 Oct 2018 11:48:27 +0530
|
|
|
bedde7 |
Subject: [PATCH] [PATCH] Update help text to indicate --mem-usage is supported
|
|
|
bedde7 |
on archs other than x86_64
|
|
|
bedde7 |
|
|
|
bedde7 |
Commit 8449bda73ab14516d4bf81d29503c1ea203bb865 ("Documentation:
|
|
|
bedde7 |
Update documentation regarding --mem-usage' option"), updated the
|
|
|
bedde7 |
makedumpfile man page to indicate that this option is now
|
|
|
bedde7 |
supported on x86_64, arm64, ppc64 and s390x.
|
|
|
bedde7 |
|
|
|
bedde7 |
However, the help text for makedumpfile (which one can see
|
|
|
bedde7 |
by running 'makedumpfile --help'), still reflects the old
|
|
|
bedde7 |
support status, i.e. this option is only supported on x86_64.
|
|
|
bedde7 |
|
|
|
bedde7 |
This patch changes the help text to be in sync with the man
|
|
|
bedde7 |
page text.
|
|
|
bedde7 |
|
|
|
bedde7 |
Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
|
|
|
bedde7 |
---
|
|
|
bedde7 |
print_info.c | 2 +-
|
|
|
bedde7 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
bedde7 |
|
|
|
bedde7 |
diff --git a/makedumpfile-1.6.2/print_info.c b/makedumpfile-1.6.2/print_info.c
|
|
|
bedde7 |
index 732d5b806c24..0be12ea8803c 100644
|
|
|
bedde7 |
--- a/makedumpfile-1.6.2/print_info.c
|
|
|
bedde7 |
+++ b/makedumpfile-1.6.2/print_info.c
|
|
|
bedde7 |
@@ -300,7 +300,7 @@ print_usage(void)
|
|
|
bedde7 |
MSG(" necessary to specify [-x VMLINUX] or [-i VMCOREINFO].\n");
|
|
|
bedde7 |
MSG("\n");
|
|
|
bedde7 |
MSG(" [--mem-usage]:\n");
|
|
|
bedde7 |
- MSG(" This option is only for x86_64.\n");
|
|
|
bedde7 |
+ MSG(" This option is currently supported on x86_64, arm64, ppc64 and s390x.\n");
|
|
|
bedde7 |
MSG(" This option is used to show the page numbers of current system in different\n");
|
|
|
bedde7 |
MSG(" use. It should be executed in 1st kernel. By the help of this, user can know\n");
|
|
|
bedde7 |
MSG(" how many pages is dumpable when different dump_level is specified. It analyzes\n");
|
|
|
bedde7 |
--
|
|
|
bedde7 |
2.7.4
|
|
|
bedde7 |
|