summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {