summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-write-uncor.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-30 22:38:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-30 22:38:48 +0000
commit01c4d3d32c5044d3d17055c2d94d40fee9d130e1 (patch)
tree2c213cd5436bff644fa7023b94674a9c12d2e1af /Documentation/nvme-write-uncor.txt
parentAdding upstream version 2.4+really2.4. (diff)
downloadnvme-cli-01c4d3d32c5044d3d17055c2d94d40fee9d130e1.tar.xz
nvme-cli-01c4d3d32c5044d3d17055c2d94d40fee9d130e1.zip
Adding upstream version 2.5.upstream/2.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-write-uncor.txt')
-rw-r--r--Documentation/nvme-write-uncor.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/Documentation/nvme-write-uncor.txt b/Documentation/nvme-write-uncor.txt
index 38af313..19415c2 100644
--- a/Documentation/nvme-write-uncor.txt
+++ b/Documentation/nvme-write-uncor.txt
@@ -11,7 +11,8 @@ SYNOPSIS
'nvme-write-uncor' <device> [--start-block=<slba> | -s <slba>]
[--block-count=<nlb> | -c <nlb>]
[--namespace-id=<nsid> | -n <nsid>]
- [--force]
+ [--dir-type=<dtype> | -T <dtype>]
+ [--dir-spec=<dspec> | -S <dspec>]
DESCRIPTION
-----------
@@ -32,9 +33,13 @@ OPTIONS
-n <nsid>::
Namespace ID use in the command.
---force::
- Ignore namespace is currently busy and performed the operation
- even though.
+-T <dtype>::
+--dir-type=<dtype>::
+ Directive type
+
+-S <dspec>::
+--dir-spec=<dspec>::
+ Directive specific
EXAMPLES
--------