mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zpcictl: Change service element to Support Element
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user