]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
doc: nvme-connect-all: document -m / --matching
authorMartin Wilck <mwilck@suse.com>
Wed, 29 Apr 2020 20:21:11 +0000 (22:21 +0200)
committerKeith Busch <kbusch@kernel.org>
Thu, 30 Apr 2020 18:13:30 +0000 (12:13 -0600)
Documentation/nvme-connect-all.txt

index 4d372802fded883c74c4d697e0d1b2cb2ee69bd0..9384b2492db0f89ba8dcc6e48f5f0c1dd86b0b94 100644 (file)
@@ -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
 --------