zpcictl: Change service element to Support Element

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2018-11-16 14:23:00 +01:00
parent 10ce432196
commit 667516681e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ zpcictl - Manage PCI devices on IBM Z
Use
.B zpcictl
to manage PCI devices on the IBM Z platform. In particular,
use this command to report defective PCI devices to the service element.
use this command to report defective PCI devices to the Support Element (SE).
.B Note:
For NVMe devices additional data (such as S.M.A.R.T. data) is collected and sent

View File

@@ -60,7 +60,7 @@ static struct util_opt opt_vec[] = {
},
{
.option = { "report-error", no_argument, NULL, OPT_REPORT_ERR },
.desc = "Report a device error to the service element (SE)",
.desc = "Report a device error to the Support Element (SE)",
.flags = UTIL_OPT_FLAG_NOSHORT,
},
UTIL_OPT_SECTION("GENERAL OPTIONS"),