]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Man page update nvme discover
authorEric Curtin <ericcurtin17@gmail.com>
Wed, 10 Feb 2021 19:44:50 +0000 (19:44 +0000)
committerKeith Busch <kbusch@kernel.org>
Tue, 16 Feb 2021 19:33:13 +0000 (12:33 -0700)
Document --device option so people know just to use the device name,
rather than device name with /dev prepended.

Documentation/nvme-discover.txt

index 4e944e09c0b6d6b154ba6d9664f198f16c105f52..fd246199175696c00499db91917e4931a2984f9e 100644 (file)
@@ -16,6 +16,7 @@ SYNOPSIS
                [--hostnqn=<hostnqn>      | -q <hostnqn>]
                [--hostid=<hostid>        | -I <hostid>]
                [--raw=<filename>         | -r <filename>]
+               [--device=<device>        | -d <device>]
                [--keep-alive-tmo=<sec>   | -k <sec>]
                [--reconnect-delay=<#>    | -c <#>]
                [--ctrl-loss-tmo=<#>      | -l <#>]
@@ -117,6 +118,11 @@ OPTIONS
        and dump it to a raw binary file. By default 'nvme discover' will
        dump the output to stdout.
 
+-d <device>::
+--device=<device>::
+       This field takes a device as input. Device is in the format of nvme*,
+       eg. nvme0, nvme1
+
 -k <#>::
 --keep-alive-tmo=<#>::
        Overrides the default dealy (in seconds) for keep alive.