summaryrefslogtreecommitdiffstats
path: root/lib/cmd.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-14 15:14:52 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-14 15:14:52 (EDT)
commit83fe0314a62b8f80e3095dcd6a0c0e465b7dcbea (patch)
treefb8584c32ae866289c81c048d5160fb50474e582 /lib/cmd.sh
parent98aca2b5b0cc29406925e635651f8a02500376fa (diff)
Internationalize usage message.
Diffstat (limited to 'lib/cmd.sh')
-rw-r--r--lib/cmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd.sh b/lib/cmd.sh
index 1df69bd..40bb992 100644
--- a/lib/cmd.sh
+++ b/lib/cmd.sh
@@ -64,7 +64,7 @@ print_cmd_usage()
usage="$(get_msg "cmd_${cmd}_usage")"
- printf 'Usage: %s %s %s\n' "${0}" "${cmd}" "${usage}"
+ printf "$(get_msg 'cmd_usage')\n" "${0}" "${cmd}" "${usage}"
}
is_cmd()