diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:11:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:11:05 +0000 |
commit | 81d6a5ded50a26338e1b36462b3e0a6e45beb9a6 (patch) | |
tree | 364371981040c3dc6e97bb289bda0d33933ebfac /Documentation/nvme-get-feature.txt | |
parent | Adding upstream version 2.8. (diff) | |
download | nvme-cli-81d6a5ded50a26338e1b36462b3e0a6e45beb9a6.tar.xz nvme-cli-81d6a5ded50a26338e1b36462b3e0a6e45beb9a6.zip |
Adding upstream version 2.9.1.upstream/2.9.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/nvme-get-feature.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/nvme-get-feature.txt b/Documentation/nvme-get-feature.txt index 6477bc6..5abbb47 100644 --- a/Documentation/nvme-get-feature.txt +++ b/Documentation/nvme-get-feature.txt @@ -9,11 +9,11 @@ SYNOPSIS -------- [verse] 'nvme get-feature' <device> [--namespace-id=<nsid> | -n <nsid>] - [--feature-id=<fid> | -f <fid>] [--cdw11=<cdw11>] + [--feature-id=<fid> | -f <fid>] [--uuid-index=<uuid-index> | -U <uuid_index>] [--data-len=<data-len> | -l <data-len>] [--sel=<select> | -s <select>] - [--raw-binary | -b] + [--raw-binary | -b] [--cdw11=<cdw11> | -c <cdw11>] [--human-readable | -H] [--output-format=<fmt> | -o <fmt>] [--verbose | -v] @@ -69,6 +69,7 @@ OPTIONS known features do not use this value. The exception is LBA Range Type +-c <cdw11>:: --cdw11=<cdw11>:: The value for command dword 11, if applicable. |