]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Remove error print for telemetry log arg parse
authorKeith Busch <keith.busch@intel.com>
Wed, 4 Apr 2018 14:14:26 +0000 (08:14 -0600)
committerKeith Busch <keith.busch@intel.com>
Wed, 4 Apr 2018 14:14:26 +0000 (08:14 -0600)
commit03a90b5e4067938d4a0ff84636f536fd939edd86
tree9ae24697c7d19795816331a6af1afe7b60ab7be7
parent86c39332a8e7d791372e4bb613514696b409f1d2
Remove error print for telemetry log arg parse

We don't want to see an error message if the '--help' option was
utilized. Parsing errors are also already printed, so don't need the
second error message anyway.

Signed-off-by: Keith Busch <keith.busch@intel.com>
nvme.c