diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:35:58 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:35:58 +0000 |
commit | 13232a3a3b9c736ca50016e1cb0bae1e357813fc (patch) | |
tree | 85d94df273cf3fafb3bd2057ed636cdca86dafdf /pdf-over-gui/src/main/resources/at | |
parent | b6ad34e44b3aedce7134a6bc79cb5b16e1f21617 (diff) | |
download | pdf-over-13232a3a3b9c736ca50016e1cb0bae1e357813fc.tar.gz pdf-over-13232a3a3b9c736ca50016e1cb0bae1e357813fc.tar.bz2 pdf-over-13232a3a3b9c736ca50016e1cb0bae1e357813fc.zip |
Change -o argument to allow setting output filename
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@404 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/at')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 8960cd75..83e30e18 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -28,7 +28,7 @@ argument.help.emblem=Sets the signature logo file to use for the signature. Exam argument.help.help=Shows this help message argument.help.input=Sets the document to sign. Example: -i <input document> argument.help.number=Sets the telephone number to use for mobile CCE. Example: -n <number> -argument.help.output=Sets the output folder to use. Example: -o <folder> +argument.help.output=Sets the output folder or file to use. Example: -o <folder> argument.help.password=Sets the password to use for mobile CCE. Example: -p <password> argument.help.proxyhost=Sets the proxy host to use. Example: -proxy <hostname/IP> argument.help.proxyport=Sets the proxy port to use. Example: -proxyport <port> diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties index 500ddeed..3b9b841c 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties @@ -28,7 +28,7 @@ argument.help.emblem=Wählt die Bildmarke für die Signatur. Bsp.: -e <Dateiname> argument.help.help=Zeigt diese Hilfe an argument.help.input=Wählt das zu signierende Dokument. Bsp.: -i <Dateiname> argument.help.number=Wählt die Telefonnummer für die Handy-BKU. Bsp.: -n <Nummer> -argument.help.output=Wählt den Ausgabeordner. Bsp.: -o <Ordner> +argument.help.output=Wählt den Ausgabeordner oder die Ausgabedatei. Bsp.: -o <Ordner> argument.help.password=Wählt das Passwort für die Handy-BKU. Bsp.: -p <Passwort> argument.help.proxyhost=Wählt den Proxy-Server. Bsp.: -proxy <Hostname/IP> argument.help.proxyport=Wählt den Proxy-Server-Port. Bsp.: -proxyport <Portnummer> |