mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
636d2d571b
Add subcommands in the man description. Add description for the help option. Fix some minor wording issues. Add the curve type in the --user-data option of create. Acked-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
39 lines
657 B
Groff
39 lines
657 B
Groff
.\" Copyright 2023, 2024 IBM Corp.
|
|
.\" s390-tools is free software; you can redistribute it and/or modify
|
|
.\" it under the terms of the MIT license. See LICENSE for details.
|
|
.\"
|
|
|
|
.TH pvsecret-add 1 "2024-05-21" "s390-tools" "UV-Secret Manual"
|
|
.nh
|
|
.ad l
|
|
.SH NAME
|
|
\fBpvsecret add\fP - Perform an add-secret request (s390x only)
|
|
\fB
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.fam C
|
|
pvsecret add <FILE>
|
|
.fam C
|
|
.fi
|
|
.SH DESCRIPTION
|
|
Perform an add-secret request using a previously generated add-secret request.
|
|
Only available on s390x.
|
|
.SH OPTIONS
|
|
.PP
|
|
<FILE>
|
|
.RS 4
|
|
Specify the request to be sent.
|
|
.RE
|
|
.RE
|
|
|
|
.PP
|
|
\-h, \-\-help
|
|
.RS 4
|
|
Print help.
|
|
.RE
|
|
.RE
|
|
|
|
.SH "SEE ALSO"
|
|
.sp
|
|
\fBpvsecret\fR(1)
|