Skip to content

Commit 57ea893

Browse files
ikegami-tigaw
authored andcommitted
doc: add opcode description as mandatory
The opcode behavior changed as required argument. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 5149647 commit 57ea893

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Documentation/nvme-admin-passthru.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ OPTIONS
4747
-O <opcode>::
4848
--opcode=<opcode>::
4949
The NVMe opcode to send to the device in the command
50+
Required argument as this param is mandatory.
5051

5152
-f <flags>::
5253
--flags=<flags>::

Documentation/nvme-io-passthru.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ OPTIONS
4646
-O <opcode>::
4747
--opcode=<opcode>::
4848
The NVMe opcode to send to the device in the command
49+
Required argument as this param is mandatory.
4950

5051
-f <flags>::
5152
--flags=<flags>::

Documentation/nvme-nvme-mi-recv.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ OPTIONS
3030
-O <opcode>::
3131
--opcode=<opcode>::
3232
The NVMe-MI opcode to send to the device in the command
33+
Required argument as this param is mandatory.
3334

3435
-n <nsid>::
3536
--namespace-id=<nsid>::

Documentation/nvme-nvme-mi-send.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ OPTIONS
3030
-O <opcode>::
3131
--opcode=<opcode>::
3232
The NVMe-MI opcode to send to the device in the command
33+
Required argument as this param is mandatory.
3334

3435
-n <nsid>::
3536
--namespace-id=<nsid>::

0 commit comments

Comments
 (0)