From: Martin Belanger Date: Tue, 15 Mar 2022 11:35:16 +0000 (-0400) Subject: Fix typo - hsot to host X-Git-Tag: v2.0-rc7~15^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3eb45fc914ad9fbb02a6ad66be0692c9a9de4c2e;p=users%2Fsagi%2Fnvme-cli.git Fix typo - hsot to host Signed-off-by: Martin Belanger --- diff --git a/completions/bash-nvme-completion.sh b/completions/bash-nvme-completion.sh index 6784e1a5..05a2da75 100644 --- a/completions/bash-nvme-completion.sh +++ b/completions/bash-nvme-completion.sh @@ -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 \