Commit 5c62733 1 parent 9b1253b commit 5c62733 Copy full SHA for 5c62733
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ SYNOPSIS
9
9
--------
10
10
[verse]
11
11
'nvme get-feature' <device> [--namespace-id=<nsid> | -n <nsid>]
12
- [--feature-id=<fid> | -f <fid>] [--cdw11=<cdw11>]
12
+ [--feature-id=<fid> | -f <fid>]
13
13
[--uuid-index=<uuid-index> | -U <uuid_index>]
14
14
[--data-len=<data-len> | -l <data-len>]
15
15
[--sel=<select> | -s <select>]
16
- [--raw-binary | -b]
16
+ [--raw-binary | -b] [--cdw11=<cdw11> | -c <cdw11>]
17
17
[--human-readable | -H]
18
18
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
19
19
@@ -69,6 +69,7 @@ OPTIONS
69
69
known features do not use this value. The exception is LBA
70
70
Range Type
71
71
72
+ -c <cdw11>::
72
73
--cdw11=<cdw11>::
73
74
The value for command dword 11, if applicable.
74
75
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ SYNOPSIS
14
14
[--data-len=<data-len> | -l <data-len>]
15
15
[--data=<data-file> | -d <data-file>] [--save | -s]
16
16
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
17
+ [--cdw12=<cdw12> | -c <cdw12>]
17
18
18
19
DESCRIPTION
19
20
-----------
@@ -73,6 +74,10 @@ OPTIONS
73
74
--verbose::
74
75
Increase the information detail in the output.
75
76
77
+ -c <cdw12>::
78
+ --cdw12=<cdw12>::
79
+ The value for command dword 12, if applicable.
80
+
76
81
EXAMPLES
77
82
--------
78
83
* Sets the Power State (PS) to 1 in feature id 2:
You can’t perform that action at this time.
0 commit comments