]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Simplify virt-mgmt options to lowercase
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 7 Apr 2019 10:32:53 +0000 (19:32 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 7 Apr 2019 10:32:53 +0000 (19:32 +0900)
commit6444405aa126a6286009a9516221a3e1750f113e
treedd6f6fb4336db3e44a7b342a476fb044f2e6578e
parente4e0008948f8b8bdf9b4c81e732ccd0af6b5c756
nvme: Simplify virt-mgmt options to lowercase

All the other subcommand options are supported with lowercase, but
virt-mgmt subcommand has long argument name started with uppercase.
This can be simplified to a lowercase with being the same with the names
on spec document.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
nvme.c