From 98aca2b5b0cc29406925e635651f8a02500376fa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 14 Jul 2013 15:11:12 -0400 Subject: Internationalize the rest of the help message. --- (limited to 'lib/cmd/help.sh') 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 \n\nWhere is one of:\n' "${0}" + printf "$(get_msg 'usage')\n\n" "${0}" + printf "$(get_msg 'summary_head')\n" print_cmd_summaries } -- cgit v0.9.1