summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2015-09-17 17:37:06 -0300
committerMatias Linares <matiaslina@openmailbox.org>2015-09-17 17:37:06 -0300
commite71a5d096a3815852493ec32c798dc551ba88f4a (patch)
treeaf32a283073b7378e70f36d705b70b4c16758295
parentf41c8ac7d0c467ae1a708e56e861a5f1ae8bed04 (diff)
downloadman2pdf-e71a5d096a3815852493ec32c798dc551ba88f4a.tar.gz
Change spanish to englishHEADmaster
-rwxr-xr-xman2pdf6
1 files changed, 3 insertions, 3 deletions
diff --git a/man2pdf b/man2pdf
index 9ff3d75..6e443b5 100755
--- a/man2pdf
+++ b/man2pdf
@@ -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 {