Skip to content

Commit

Permalink
doc: Fix short option name for cfg-file
Browse files Browse the repository at this point in the history
It was renamed to "-J" but some docs were left out.
  • Loading branch information
felixonmars committed Feb 1, 2024
1 parent 6cbe764 commit a061f5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/nvme-connect-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ <h2 id="_synopsis">SYNOPSIS</h2>
[--hostid=&lt;hostid&gt; | -I &lt;hostid&gt;]
[--raw=&lt;filename&gt; | -r &lt;filename&gt;]
[--device=&lt;device&gt; | -d &lt;device&gt;]
[--cfg-file=&lt;cfg&gt; | -C &lt;cfg&gt;]
[--cfg-file=&lt;cfg&gt; | -J &lt;cfg&gt;]
[--keep-alive-tmo=&lt;sec&gt; | -k &lt;sec&gt;]
[--reconnect-delay=&lt;#&gt; | -c &lt;#&gt;]
[--ctrl-loss-tmo=&lt;#&gt; | -l &lt;#&gt;]
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-connect-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SYNOPSIS
[--hostid=<hostid> | -I <hostid>]
[--raw=<filename> | -r <filename>]
[--device=<device> | -d <device>]
[--cfg-file=<cfg> | -C <cfg>]
[--cfg-file=<cfg> | -J <cfg>]
[--keep-alive-tmo=<sec> | -k <sec>]
[--reconnect-delay=<#> | -c <#>]
[--ctrl-loss-tmo=<#> | -l <#>]
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ <h2 id="_synopsis">SYNOPSIS</h2>
[--hostid=&lt;hostid&gt; | -I &lt;hostid&gt;]
[--raw=&lt;filename&gt; | -r &lt;filename&gt;]
[--device=&lt;device&gt; | -d &lt;device&gt;]
[--cfg-file=&lt;cfg&gt; | -C &lt;cfg&gt;]
[--cfg-file=&lt;cfg&gt; | -J &lt;cfg&gt;]
[--keep-alive-tmo=&lt;sec&gt; | -k &lt;sec&gt;]
[--reconnect-delay=&lt;#&gt; | -c &lt;#&gt;]
[--ctrl-loss-tmo=&lt;#&gt; | -l &lt;#&gt;]
Expand Down
2 changes: 1 addition & 1 deletion Documentation/nvme-discover.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SYNOPSIS
[--hostid=<hostid> | -I <hostid>]
[--raw=<filename> | -r <filename>]
[--device=<device> | -d <device>]
[--cfg-file=<cfg> | -C <cfg>]
[--cfg-file=<cfg> | -J <cfg>]
[--keep-alive-tmo=<sec> | -k <sec>]
[--reconnect-delay=<#> | -c <#>]
[--ctrl-loss-tmo=<#> | -l <#>]
Expand Down

0 comments on commit a061f5a

Please sign in to comment.