Skip to content

Commit b686e0e

Browse files
ikegami-tigaw
authored andcommitted
doc: update dir-send command documentation on -H
Since actually the option is not used by the command. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 16a38f7 commit b686e0e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Documentation/nvme-dir-send.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
3131

3232
On success, the returned directive's parameter structure (if applicable) is
3333
returned in one of several ways depending on the option flags; the
34-
structure may parsed by the program and printed in a readable format
35-
if it is a known structure, displayed in hex, or the raw buffer may be
36-
printed to stdout for another program to parse.
34+
structure may parsed by the program and displayed in hex, or the raw buffer
35+
may be printed to stdout for another program to parse.
3736

3837
OPTIONS
3938
-------
@@ -85,8 +84,7 @@ OPTIONS
8584

8685
-H::
8786
--human-readable::
88-
Print the decoded receive buffer to stdout if the command returns
89-
a structure.
87+
deprecated; does nothing so use the --verbose flag instead.
9088

9189
-o <fmt>::
9290
--output-format=<fmt>::

0 commit comments

Comments
 (0)