]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
doc: --storage-tag-check doesn't take any arguments
authorDaniel Wagner <dwagner@suse.de>
Fri, 10 Feb 2023 13:12:33 +0000 (14:12 +0100)
committerDaniel Wagner <wagi@monom.org>
Wed, 15 Feb 2023 13:11:33 +0000 (14:11 +0100)
Update the documentation on --storage-tag-check. This command line
option is a boolean flag and doesn't take any arguments.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
Documentation/nvme-compare.txt
Documentation/nvme-read.txt
Documentation/nvme-verify.txt
Documentation/nvme-write.txt

index 0137d8d70492793981803c01a927dc2563de3730..12121ab14d0c6ed012dc0abcda178fbea7f3d63a 100644 (file)
@@ -27,7 +27,7 @@ SYNOPSIS
                        [--dry-run | -w]
                        [--latency | -t]
                        [--storage-tag<storage-tag> | -g <storage-tag>]
-                       [--storage-tag-check<storage-tag-check> | -C <storage-tag-check>]
+                       [--storage-tag-check | -C]
                        [--force]
 
 DESCRIPTION
@@ -141,13 +141,13 @@ metadata is passes.
 --latency::
        Print out the latency the IOCTL took (in us).
 
---storage-tag=<storage-tag>::
 -g <storage-tag>::
+--storage-tag=<storage-tag>::
        Variable Sized Expected Logical Block Storage Tag(ELBST).
 
---storage-tag-check=<storage-tag-check>::
--C <storage-tag-check>::
-       This bit specifies the Storage Tag field shall be checked as part of end-to-end
+-C::
+--storage-tag-check::
+       This flag enables Storage Tag field checking as part of end-to-end
        data protection processing.
 
 --force::
index 1757fd303e55b921b26168b6017717aa74d7f86c..3ceeba12ef69f5ce5fca9a67744b66994d0f8c60 100644 (file)
@@ -27,7 +27,7 @@ SYNOPSIS
                        [--dry-run | -w]
                        [--latency | -t]
                        [--storage-tag<storage-tag> | -g <storage-tag>]
-                       [--storage-tag-check<storage-tag-check> | -C <storage-tag-check>]
+                       [--storage-tag-check | -C ]
                        [--force]
 
 DESCRIPTION
@@ -131,18 +131,18 @@ metadata is passes.
 --latency::
        Print out the latency the IOCTL took (in us).
 
---storage-tag=<storage-tag>::
 -g <storage-tag>::
+--storage-tag=<storage-tag>::
        Variable Sized Expected Logical Block Storage Tag(ELBST).
 
---storage-tag-check=<storage-tag-check>::
--C <storage-tag-check>::
-       This bit specifies the Storage Tag field shall be checked as part of end-to-end
+-C::
+--storage-tag-check::
+       This flag enables Storage Tag field checking as part of end-to-end
        data protection processing.
 
 --force::
-    Ignore namespace is currently busy and performed the operation
-    even though.
+       Ignore namespace is currently busy and performed the operation
+       even though.
 
 EXAMPLES
 --------
index 75c1de09673f8b6cc9447ea9182a24189065ac9a..3c8039a660538f9688eb1b875dc735346b829f4e 100644 (file)
@@ -18,7 +18,7 @@ SYNOPSIS
             [--app-tag-mask=<appmask> | -m <appmask>]
             [--app-tag=<apptag> | -a <apptag>]
             [--storage-tag<storage-tag> | -S <storage-tag>]
-            [--storage-tag-check<storage-tag-check> | -C <storage-tag-check>]
+            [--storage-tag-check | -C]
 
 DESCRIPTION
 -----------
@@ -75,13 +75,13 @@ metadata is passes.
 -a <apptag>::
        Optional application tag when used with protection information.
 
---storage-tag=<storage-tag>::
 -S <storage-tag>::
+--storage-tag=<storage-tag>::
        Variable Sized Expected Logical Block Storage Tag(ELBST).
 
---storage-tag-check=<storage-tag-check>::
--C <storage-tag-check>::
-       This bit specifies the Storage Tag field shall be checked as part of Verify operation.
+-C::
+--storage-tag-check::
+       This flag enables Storage Tag field checking as part of Verify operation.
 
 EXAMPLES
 --------
index 89aa667f0cbf66b952505791f2f808fc5a10afa4..76cbd7ac1f1277c1ff5f1dc4bc44655bbfa0d902 100644 (file)
@@ -27,7 +27,7 @@ SYNOPSIS
                        [--dry-run | -w]
                        [--latency | -t]
                        [--storage-tag<storage-tag> | -g <storage-tag>]
-                       [--storage-tag-check<storage-tag-check> | -C <storage-tag-check>]
+                       [--storage-tag-check | -C]
                        [--force]
 
 DESCRIPTION
@@ -139,13 +139,13 @@ metadata is passes.
 --latency::
        Print out the latency the IOCTL took (in us).
 
---storage-tag=<storage-tag>::
 -g <storage-tag>::
+--storage-tag=<storage-tag>::
        Variable Sized Expected Logical Block Storage Tag(ELBST).
 
---storage-tag-check=<storage-tag-check>::
--C <storage-tag-check>::
-       This bit specifies the Storage Tag field shall be checked as part of end-to-end
+-C::
+--storage-tag-check::
+       This flag enables Storage Tag field checking as part of end-to-end
        data protection processing.
 
 --force::