Not considering some strings as translatable.

It does not make sense to translate those strings.
This commit is contained in:
Antonio Terceiro 2009-01-14 22:48:17 -03:00 committed by Daniel Baumann
parent 6891cbe098
commit dfb048b1ba
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
Usage ()
{
Echo "%s - %s" "${PROGRAM}" "${DESCRIPTION}"
printf "%s - %s\n" "${PROGRAM}" "${DESCRIPTION}"
echo
Echo "Usage:"
echo
@ -20,9 +20,9 @@ Usage ()
echo
fi
Echo " %s [-h|--help]" "${PROGRAM}"
Echo " %s [-u|--usage]" "${PROGRAM}"
Echo " %s [-v|--version]" "${PROGRAM}"
echo " %s [-h|--help]" "${PROGRAM}"
echo " %s [-u|--usage]" "${PROGRAM}"
echo " %s [-v|--version]" "${PROGRAM}"
echo
Echo "Try \" %s--help\" for more information." "${PROGRAM}"