From a061f5a05b133e4262f79011ab49f31493075fae Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 1 Feb 2024 14:47:38 +0200 Subject: [PATCH] doc: Fix short option name for cfg-file It was renamed to "-J" but some docs were left out. --- Documentation/nvme-connect-all.html | 2 +- Documentation/nvme-connect-all.txt | 2 +- Documentation/nvme-discover.html | 2 +- Documentation/nvme-discover.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/nvme-connect-all.html b/Documentation/nvme-connect-all.html index d579c1fd3c..496310deab 100644 --- a/Documentation/nvme-connect-all.html +++ b/Documentation/nvme-connect-all.html @@ -759,7 +759,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 <#>] diff --git a/Documentation/nvme-connect-all.txt b/Documentation/nvme-connect-all.txt index 6e01e5926b..608b9baebf 100644 --- a/Documentation/nvme-connect-all.txt +++ b/Documentation/nvme-connect-all.txt @@ -18,7 +18,7 @@ SYNOPSIS [--hostid= | -I ] [--raw= | -r ] [--device= | -d ] - [--cfg-file= | -C ] + [--cfg-file= | -J ] [--keep-alive-tmo= | -k ] [--reconnect-delay=<#> | -c <#>] [--ctrl-loss-tmo=<#> | -l <#>] diff --git a/Documentation/nvme-discover.html b/Documentation/nvme-discover.html index dc56c6b094..7ec6355e12 100644 --- a/Documentation/nvme-discover.html +++ b/Documentation/nvme-discover.html @@ -759,7 +759,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 <#>] diff --git a/Documentation/nvme-discover.txt b/Documentation/nvme-discover.txt index 943a870234..5aa5207dd4 100644 --- a/Documentation/nvme-discover.txt +++ b/Documentation/nvme-discover.txt @@ -18,7 +18,7 @@ SYNOPSIS [--hostid= | -I ] [--raw= | -r ] [--device= | -d ] - [--cfg-file= | -C ] + [--cfg-file= | -J ] [--keep-alive-tmo= | -k ] [--reconnect-delay=<#> | -c <#>] [--ctrl-loss-tmo=<#> | -l <#>]