]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Fix typo - hsot to host
authorMartin Belanger <martin.belanger@dell.com>
Tue, 15 Mar 2022 11:35:16 +0000 (07:35 -0400)
committerMartin Belanger <martin.belanger@dell.com>
Tue, 15 Mar 2022 11:35:16 +0000 (07:35 -0400)
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
completions/bash-nvme-completion.sh

index 6784e1a52980f8cf7bf1b8f684ba3f0ccd24c07b..05a2da75c80eff71ae2c26c4afff1399c697eadc 100644 (file)
@@ -457,7 +457,7 @@ nvme_list_opts () {
                        ;;
                "discover")
                opts+=" --transport= -t -traddr= -a -trsvcid= -s \
-                       --host-traddr= -w --hsot-iface= -f \
+                       --host-traddr= -w --host-iface= -f \
                        --hostnqn= -q --hostid -I --raw= -r \
                        --raw= -r --device= -d --keep-alive-tmo= -k \
                        --ctrl-loss-tmo= -l --fast-io-fail-tmo= -f \
@@ -469,7 +469,7 @@ nvme_list_opts () {
                        ;;
                "connect-all")
                opts+=" --transport= -t -traddr= -a -trsvcid= -s \
-                       --host-traddr= -w --hsot-iface= -f \
+                       --host-traddr= -w --host-iface= -f \
                        --hostnqn= -q --hostid -I --raw= -r \
                        --raw= -r --device= -d --keep-alive-tmo= -k \
                        --ctrl-loss-tmo= -l --fast-io-fail-tmo= -f \