From 62856814b0c9fcde31e4b0e3587d9ddd44f1992e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Dec 2015 22:22:15 -0500 Subject: cmd/help: Use register_cmd() --- diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh index 7515fdb..c699c73 100644 --- a/lib/cmd/help.sh +++ b/lib/cmd/help.sh @@ -39,3 +39,9 @@ cmd_help_main() printf "$(get_msg 'cmd_help_summary_head')\n" print_cmd_summaries } + +cmd_help_register() +{ + register_cmd 'help' +} +__init cmd_help_register -- cgit v0.9.1