diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-26 05:11:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-26 05:11:33 +0000 |
commit | a751023422eadf87cd8d6484878193a4914a9d85 (patch) | |
tree | 3fca0ae6325173fc2583e7d88abe4c38e6193277 /Documentation/nvme-zns-set-zone-desc.txt | |
parent | Adding upstream version 2.0. (diff) | |
download | nvme-cli-a751023422eadf87cd8d6484878193a4914a9d85.tar.xz nvme-cli-a751023422eadf87cd8d6484878193a4914a9d85.zip |
Adding upstream version 2.1~rc0.upstream/2.1_rc0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-zns-set-zone-desc.txt')
-rw-r--r-- | Documentation/nvme-zns-set-zone-desc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/nvme-zns-set-zone-desc.txt b/Documentation/nvme-zns-set-zone-desc.txt index ca598b8..dd759a2 100644 --- a/Documentation/nvme-zns-set-zone-desc.txt +++ b/Documentation/nvme-zns-set-zone-desc.txt @@ -8,7 +8,7 @@ nvme-zns-set-zone-desc - Set extended descriptor data for a zone SYNOPSIS -------- [verse] -'nvme zns setzone-desc' <device> [--namespace-id=<NUM> | -n <NUM>] +'nvme zns set-zone-desc' <device> [--namespace-id=<NUM> | -n <NUM>] [--start-lba=<IONUM>, -s <IONUM>] [--zrwaa | -r] [-data=<FILE>, -d <FILE>] @@ -17,9 +17,9 @@ SYNOPSIS DESCRIPTION ----------- For the NVMe device given, issues the Zone Management Send command with the -Set Zone Descriptor Extenions action. The input will default to stdin. +Set Zone Descriptor Extensions action. The input will default to stdin. Alternatively, the data may come from a file that can be specified. The data -length will automatically be calculated from the zns identify namesapce. +length will automatically be calculated from the zns identify namespace. OPTIONS ------- |