@@ -760,13 +760,12 @@ <h2 id="_synopsis">SYNOPSIS</h2>
760760 [--metadata-len=<len> | -m <len>]
761761 [--input-file=<file> | -i <file>]
762762 [--read | -r] [--write | -w]
763- [--timeout=<timeout>]
764763 [--show-command | -s]
765764 [--dry-run | -d]
766765 [--raw-binary | -b]
767766 [--prefill=<prefill> | -p <prefill>]
768767 [--latency | -T]
769- [--output-format= <fmt> | -o <fmt& gt;] [--verbose | -v ]</ pre >
768+ [<global-options& gt;]</ pre >
770769< div class ="attribution ">
771770</ div > </ div >
772771</ div >
@@ -963,6 +962,40 @@ <h2 id="_options">OPTIONS</h2>
963962 Print out the latency the IOCTL took (in us).
964963</ p >
965964</ dd >
965+ </ dl > </ div >
966+ </ div >
967+ </ div >
968+ < div class ="sect1 ">
969+ < h2 id ="_global_options "> GLOBAL OPTIONS</ h2 >
970+ < div class ="sectionbody ">
971+ < div class ="paragraph "> < p > The following options are defined at the top-level < code > nvme</ code > command
972+ and are available to this subcommand:</ p > </ div >
973+ < div class ="dlist "> < dl >
974+ < dt class ="hdlist1 ">
975+ --dry-run
976+ </ dt >
977+ < dd >
978+ < p >
979+ Print the command that would be executed, but do not actually
980+ execute it.
981+ </ p >
982+ </ dd >
983+ < dt class ="hdlist1 ">
984+ --no-ioctl-probing
985+ </ dt >
986+ < dd >
987+ < p >
988+ Disable probing for 64-bit IOCTL support.
989+ </ p >
990+ </ dd >
991+ < dt class ="hdlist1 ">
992+ --no-retries
993+ </ dt >
994+ < dd >
995+ < p >
996+ Disable retry logic on transient errors.
997+ </ p >
998+ </ dd >
966999< dt class ="hdlist1 ">
9671000-o <fmt>
9681001</ dt >
@@ -971,27 +1004,38 @@ <h2 id="_options">OPTIONS</h2>
9711004</ dt >
9721005< dd >
9731006< p >
974- Set the reporting format to < em > normal</ em > , < em > json</ em > or < em > binary</ em > . Only one
975- output format can be used at a time.
1007+ Set the reporting format to < em > normal</ em > , < em > tabular, ' json</ em > , or < em > binary</ em > .
1008+ Only one output format may be used at a time.
9761009</ p >
9771010</ dd >
9781011< dt class ="hdlist1 ">
979- -v
1012+ --output-format-version=<version>
9801013</ dt >
1014+ < dd >
1015+ < p >
1016+ Select the output format version. Version < em > 1</ em > uses the original
1017+ field naming, while version < em > 2</ em > (default) provides more consistent
1018+ and script-friendly field names.
1019+ </ p >
1020+ </ dd >
9811021< dt class ="hdlist1 ">
982- --verbose
1022+ --timeout=<ms>
9831023</ dt >
9841024< dd >
9851025< p >
986- Increase the information detail in the output .
1026+ Set the timeout for the command in milliseconds .
9871027</ p >
9881028</ dd >
9891029< dt class ="hdlist1 ">
990- --timeout=<timeout>
1030+ -v
1031+ </ dt >
1032+ < dt class ="hdlist1 ">
1033+ --verbose
9911034</ dt >
9921035< dd >
9931036< p >
994- Override default timeout value. In milliseconds.
1037+ Increase the level of detail in the output. May be specified
1038+ multiple times to further increase verbosity.
9951039</ p >
9961040</ dd >
9971041</ dl > </ div >
@@ -1036,7 +1080,7 @@ <h2 id="_nvme">NVME</h2>
10361080< div id ="footer ">
10371081< div id ="footer-text ">
10381082Last updated
1039- 2026-03-11 17:34:17 CET
1083+ 2026-04-17 09:23:05 CEST
10401084</ div >
10411085</ div >
10421086</ body >
0 commit comments