summaryrefslogtreecommitdiffstats
path: root/lib/cmd/help.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmd/help.sh')
-rw-r--r--lib/cmd/help.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh
index 68b51f8..f27d770 100644
--- a/lib/cmd/help.sh
+++ b/lib/cmd/help.sh
@@ -29,6 +29,7 @@ cmd_help_main()
fi
fi
- printf 'Usage: %s <command>\n\nWhere <command> is one of:\n' "${0}"
+ printf "$(get_msg 'usage')\n\n" "${0}"
+ printf "$(get_msg 'summary_head')\n"
print_cmd_summaries
}