From f83c44ff80eb23fb544a1f19e38be451244e0d8b Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 28 Dec 2021 16:44:36 +0100 Subject: [PATCH] nvme: Fix entry short help text for fid-support-effects-log The function is to retrieve the log page information. Update the help text accordingly and moved the entry up into the group of get_log_page functions. Signed-off-by: Daniel Wagner --- nvme-builtin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvme-builtin.h b/nvme-builtin.h index 94ff09d2..c724ad95 100644 --- a/nvme-builtin.h +++ b/nvme-builtin.h @@ -49,6 +49,7 @@ COMMAND_LIST( ENTRY("device-self-test", "Perform the necessary tests to observe the performance", device_self_test) ENTRY("self-test-log", "Retrieve the SELF-TEST Log, show it", self_test_log) ENTRY("supported-log-pages", "Retrieve the Supported Log pages details, show it", get_supported_log_pages) + ENTRY("fid-support-effects-log", "Retrieve FID Support and Effects log and show it", get_fid_support_effects_log) ENTRY("set-feature", "Set a feature and show the resulting value", set_feature) ENTRY("set-property", "Set a property and show the resulting value", set_property) ENTRY("get-property", "Get a property and show the resulting value", get_property) @@ -93,7 +94,6 @@ COMMAND_LIST( ENTRY("dir-send", "Submit a Directive Send command, return results", dir_send) ENTRY("virt-mgmt", "Manage Flexible Resources between Primary and Secondary Controller ", virtual_mgmt) ENTRY("rpmb", "Replay Protection Memory Block commands", rpmb_cmd) - ENTRY("fid-support-effects-log", "Submit Feature ID Support and Effects Log, Return result", get_fid_support_effects_log) ENTRY("lockdown", "Submit a Lockdown command,return result", lockdown_cmd) ); -- 2.50.1