From: Martin Wilck Date: Wed, 29 Apr 2020 20:21:11 +0000 (+0200) Subject: doc: nvme-connect-all: document -m / --matching X-Git-Tag: v1.12~31 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e69d4ba2e19aeb3a437deed45e796f88ceae6f94;p=users%2Fhch%2Fnvme-cli.git doc: nvme-connect-all: document -m / --matching --- diff --git a/Documentation/nvme-connect-all.txt b/Documentation/nvme-connect-all.txt index 4d37280..9384b24 100644 --- a/Documentation/nvme-connect-all.txt +++ b/Documentation/nvme-connect-all.txt @@ -25,6 +25,7 @@ SYNOPSIS [--nr-write-queues=<#> | -W <#>] [--nr-poll-queues=<#> | -P <#>] [--queue-size=<#> | -Q <#>] + [--matching | -m] DESCRIPTION ----------- @@ -139,6 +140,12 @@ OPTIONS by the driver. This option will be ignored for discovery, but will be passed on to the subsequent connect call. +-m:: +--matching:: + If a traddr was specified on the command line or in the configuration + file, only create controllers for discovery records that match the + given traddr, rather than for all entries in the discovery log page. + EXAMPLES --------