]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Change short option -o and -v duplicated to upper case
authorTokunori Ikegami <ikegami.t@gmail.com>
Fri, 13 Oct 2023 07:55:43 +0000 (16:55 +0900)
committerDaniel Wagner <wagi@monom.org>
Thu, 2 Nov 2023 15:52:58 +0000 (16:52 +0100)
commit0ded9387b73d66cd44a86737dc6ee898f190edaa
treefa5b068cbc4c4fbd5d57eb800676857cd18c4240
parent6588554d97ade50e319e3696226f8183f129fa38
nvme: Change short option -o and -v duplicated to upper case

The output-format and verbose options are added by NVMF_ARGS() macro.
So some commands short option duplicated with the option added.
Change the command short options duplicated to upper case -O and -v.
But only the get-log command lpo option changed to -L not upper case.
Sicne already upper case -O option also is used for the ot option.
  Note: Documentation and completions will be updated separately.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
nvme.c