Skip to content

Commit

Permalink
doc: add get-feature command changed option
Browse files Browse the repository at this point in the history
Separeted from the sel option changed value.

Signed-off-by: Tokunori Ikegami <[email protected]>
  • Loading branch information
ikegami-t committed Sep 20, 2024
1 parent 867e1fe commit 65a9f95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/nvme-get-feature.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SYNOPSIS
[--data-len=<data-len> | -l <data-len>]
[--sel=<select> | -s <select>]
[--raw-binary | -b] [--cdw11=<cdw11> | -c <cdw11>]
[--human-readable | -H]
[--human-readable | -H] [--changed | -C]
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
[--timeout=<timeout> | -t <timeout>]

Expand Down Expand Up @@ -84,6 +84,10 @@ OPTIONS
This option will parse and format many of the bit fields
into human-readable formats.

-C::
--changed::
This option will show feature changed.

-o <fmt>::
--output-format=<fmt>::
Set the reporting format to 'normal', 'json' or 'binary'. Only one
Expand Down

0 comments on commit 65a9f95

Please sign in to comment.