diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-09-17 17:37:06 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-09-17 17:37:06 -0300 |
commit | e71a5d096a3815852493ec32c798dc551ba88f4a (patch) | |
tree | af32a283073b7378e70f36d705b70b4c16758295 /man2pdf | |
parent | f41c8ac7d0c467ae1a708e56e861a5f1ae8bed04 (diff) | |
download | man2pdf-e71a5d096a3815852493ec32c798dc551ba88f4a.tar.gz |
Diffstat (limited to 'man2pdf')
-rwxr-xr-x | man2pdf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,10 +8,10 @@ re='^[0-9]+$' function usage { printf "$0 [CHAPTER] [MANPAGE] [FILE]\n\n" - printf "Convierte una pagina de manual a pdf. Si el archivo para guardarlo\n" - printf "no esta definido, se abrira con el visor de pdf de su preferencia.\n\n" + printf "Converts a man page to pdf. If the file to save is not defined, it will open\n" + printf "with the PDF viewer of your choice.\n\n" - printf "[CHAPTER] y [FILE] Pueden ser omitidos tranquilamente.\n" + printf "[CHAPTER] and [FILE] can be omitted.\n" } function isnumber { |