diff options
Diffstat (limited to 'Documentation/nvme-get-feature.html')
-rw-r--r-- | Documentation/nvme-get-feature.html | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/Documentation/nvme-get-feature.html b/Documentation/nvme-get-feature.html index 920a5e3..2d2858b 100644 --- a/Documentation/nvme-get-feature.html +++ b/Documentation/nvme-get-feature.html @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 10.2.0" />
+<meta name="generator" content="AsciiDoc 10.2.1" />
<title>nvme-get-feature(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -750,13 +750,14 @@ nvme-get-feature(1) Manual Page <div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>nvme get-feature</em> <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]
- [--human-readable | -H]
- [--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
+ [--raw-binary | -b] [--cdw11=<cdw11> | -c <cdw11>]
+ [--human-readable | -H] [--changed | -C]
+ [--output-format=<fmt> | -o <fmt>] [--verbose | -v]
+ [--timeout=<timeout> | -t <timeout>]</pre>
<div class="attribution">
</div></div>
</div>
@@ -876,6 +877,9 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
+-c <cdw11>
+</dt>
+<dt class="hdlist1">
--cdw11=<cdw11>
</dt>
<dd>
@@ -908,6 +912,17 @@ cellspacing="0" cellpadding="4"> </p>
</dd>
<dt class="hdlist1">
+-C
+</dt>
+<dt class="hdlist1">
+--changed
+</dt>
+<dd>
+<p>
+ This option will show feature changed.
+</p>
+</dd>
+<dt class="hdlist1">
-o <fmt>
</dt>
<dt class="hdlist1">
@@ -930,6 +945,17 @@ cellspacing="0" cellpadding="4"> Increase the information detail in the output.
</p>
</dd>
+<dt class="hdlist1">
+-t <timeout>
+</dt>
+<dt class="hdlist1">
+--timeout=<timeout>
+</dt>
+<dd>
+<p>
+ Override default timeout value. In milliseconds.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1001,7 +1027,7 @@ format: <div id="footer">
<div id="footer-text">
Last updated
- 2024-02-14 10:43:42 CET
+ 2024-10-31 10:38:40 CET
</div>
</div>
</body>
|