summaryrefslogtreecommitdiffstats
path: root/nvme-builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvme-builtin.h')
-rw-r--r--nvme-builtin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nvme-builtin.h b/nvme-builtin.h
index 43041ca..c501b74 100644
--- a/nvme-builtin.h
+++ b/nvme-builtin.h
@@ -105,7 +105,8 @@ COMMAND_LIST(
ENTRY("virt-mgmt", "Manage Flexible Resources between Primary and Secondary Controller ", virtual_mgmt)
ENTRY("rpmb", "Replay Protection Memory Block commands", rpmb_cmd)
ENTRY("lockdown", "Submit a Lockdown command,return result", lockdown_cmd)
- ENTRY("dim", "Send Discovery Information Management command to a Discovery Controller", dim_cmd)
+ ENTRY("dim", "Send Discovery Information Management command to a Discovery Controller", dim_cmd) \
+ ENTRY("show-topology", "Show the topology", show_topology_cmd) \
);
#endif