summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-16 18:51:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-16 18:51:57 (EDT)
commitcd009236f4f8bbe367ede294acb005d077bb0411 (patch)
tree205f2898eb96768a2e9d779b23591e0033e17e12 /lib/cmd
parenta1779d0bf034a4df75315082796686eb5d1ad5be (diff)
Better organize help command translatable strings.
Diffstat (limited to 'lib/cmd')
-rw-r--r--lib/cmd/help.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmd/help.sh b/lib/cmd/help.sh
index f27d770..625b2d1 100644
--- a/lib/cmd/help.sh
+++ b/lib/cmd/help.sh
@@ -29,7 +29,7 @@ cmd_help_main()
fi
fi
- printf "$(get_msg 'usage')\n\n" "${0}"
- printf "$(get_msg 'summary_head')\n"
+ printf "$(get_msg 'cmd_help_head')\n\n" "${0}"
+ printf "$(get_msg 'cmd_help_summary_head')\n"
print_cmd_summaries
}