]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: make -v output consistent with -H output for nvme get-feature
authorMartin George <marting@netapp.com>
Tue, 11 Feb 2025 16:23:20 +0000 (21:53 +0530)
committerDaniel Wagner <wagi@monom.org>
Tue, 11 Feb 2025 16:42:11 +0000 (17:42 +0100)
commite8db7de0d022aff03775d69d756dece5b68fb71a
treec91c83294453cab7fe22e7d1619341b1595ef367
parent3d749249492cb9f63bb2ba900b34032ac343c311
nvme: make -v output consistent with -H output for nvme get-feature

Current -v verbose output of the nvme get-feature command is a no-op.
So update it to make it consistent with the -H human-readable output
for this same command.

Signed-off-by: Martin George <marting@netapp.com>
nvme.c