Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions Documentation/nvme-dir-send.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).

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

OPTIONS
-------
Expand Down Expand Up @@ -85,8 +84,7 @@ OPTIONS

-H::
--human-readable::
Print the decoded receive buffer to stdout if the command returns
a structure.
deprecated; does nothing so use the --verbose flag instead.

-o <fmt>::
--output-format=<fmt>::
Expand Down