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:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-30 22:38:51 +0000
commit5d64e8a26388e2abbf6a6585d17392d6e944ae7b (patch)
tree4eae47918df5f83f14e05bede9c361237a7dc089 /Documentation/nvme-write-uncor.txt
parentReleasing debian version 2.4+really2.4-3. (diff)
downloadnvme-cli-5d64e8a26388e2abbf6a6585d17392d6e944ae7b.tar.xz
nvme-cli-5d64e8a26388e2abbf6a6585d17392d6e944ae7b.zip
Merging upstream version 2.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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
--------