fix mic create help info
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 20 Jul 2023 08:46:49 +0000 (17:46 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 20 Jul 2023 08:46:55 +0000 (17:46 +0900)
commit7ec6331d58f148b18645265d723b4890a093a542
treec35a3ad0b293f164afcb18387002e8e3c2f2767c
parent97a9bccd97c4f02be2163202d56933570b056471
fix mic create help info
change from
usage: mic create [-h] {auto,fs,loop,qcow,raw} ...
mic create: error: the following arguments are required: subcommand
to
usage: mic create [-h] {auto,fs,loop,qcow,raw} ...
mic create: error: the following arguments are required: {auto,fs,loop,qcow,raw}

Change-Id: Ibbe2f7958fe6576ed9ec0adbec2334e73bdcc3f3
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
tools/mic