From 57f67e1dc1b1c8ec7e251138ab1d355b7b9f3bd1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 15:26:49 -0400 Subject: cmd/*: Use register_cmd() --- (limited to 'src/cmd/help.sh') diff --git a/src/cmd/help.sh b/src/cmd/help.sh index 8b4cd58..628b0dc 100644 --- a/src/cmd/help.sh +++ b/src/cmd/help.sh @@ -38,3 +38,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