]> www.infradead.org Git - users/hch/blktests.git/commit
check: Make "device-only" option a valid option
authorAndré Almeida <andrealmeid@collabora.com>
Wed, 30 Oct 2019 22:27:05 +0000 (19:27 -0300)
committerOmar Sandoval <osandov@fb.com>
Wed, 13 Nov 2019 18:17:55 +0000 (10:17 -0800)
commit7f06d36b03097a0294b824e5b6b3b0e5a3eef499
tree76b32d84b328afc2688cc1feb04889161e8d1d28
parentfd3e1a9ecfc1c86c5a340e0e798f634338ccdd0d
check: Make "device-only" option a valid option

"--device-only" option is described at the "Usage" help message and it's
even parsed as an option by the main code. However, since it's not a
parameter of getopt, when trying to use it will trigger a "unrecognized
option". Fix that to allow usage of this option.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
check