diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-07 12:43:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-07 12:43:34 +0000 |
commit | 8e1dcd44fcad7826e5f8fa6c5caa6c23989518d9 (patch) | |
tree | 8a5e1e9d02b2562d57d57ef88e26d4778ebeeab3 /Documentation/nvme-get-log.txt | |
parent | Releasing debian version 2.4+really2.3-2. (diff) | |
download | nvme-cli-8e1dcd44fcad7826e5f8fa6c5caa6c23989518d9.tar.xz nvme-cli-8e1dcd44fcad7826e5f8fa6c5caa6c23989518d9.zip |
Merging upstream version 2.4+really2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-get-log.txt')
-rw-r--r-- | Documentation/nvme-get-log.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/nvme-get-log.txt b/Documentation/nvme-get-log.txt index a92ab6a..a51c435 100644 --- a/Documentation/nvme-get-log.txt +++ b/Documentation/nvme-get-log.txt @@ -19,6 +19,7 @@ SYNOPSIS [--rae | -r] [--csi=<command_set_identifier> | -y <command_set_identifier>] [--ot=<offset_type> | -O <offset_type>] + [--xfer-len=<length> | -x <length>] DESCRIPTION ----------- @@ -95,6 +96,11 @@ OPTIONS The default is byte offset. If the option is specified the index mode is used. +-x <length>:: +--xfer-len <length>: + Specify the read chunk size. The length argument is expected to be + a multiple of 4096. The default size is 4096. + EXAMPLES -------- * Get 512 bytes from log page 2 |