1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-05-13 23:32:59 +00:00

Added description for --fontsize to usage

This commit is contained in:
Dominic Radermacher 2016-01-05 21:13:14 +01:00
parent 5deab233ba
commit 9486d6bf08
5 changed files with 9 additions and 5 deletions

5
.gitignore vendored
View File

@ -5,8 +5,11 @@ Makefile.in
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1
/config.guess
/config.h.in
/config.rpath
/config.sub

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ptouch-print 1.3.1\n"
"Report-Msgid-Bugs-To: dominic.radermacher@gmail.com\n"
"POT-Creation-Date: 2015-11-12 21:33+0100\n"
"POT-Creation-Date: 2015-12-29 14:22+0100\n"
"PO-Revision-Date: 2015-11-11 09:35+0100\n"
"Last-Translator: <dominic.radermacher@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ptouch-print 1.3.1\n"
"Report-Msgid-Bugs-To: dominic.radermacher@gmail.com\n"
"POT-Creation-Date: 2015-11-12 21:33+0100\n"
"POT-Creation-Date: 2015-12-29 14:22+0100\n"
"PO-Revision-Date: 2015-11-11 09:47+0100\n"
"Last-Translator: <dominic.radermacher@gmail.com>\n"
"Language-Team: English <en@translate.freefriends.org>\n"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ptouch 1.3.1\n"
"Project-Id-Version: ptouch 1.3.2\n"
"Report-Msgid-Bugs-To: dominic.radermacher@gmail.com\n"
"POT-Creation-Date: 2015-11-12 21:33+0100\n"
"POT-Creation-Date: 2015-12-29 14:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -248,6 +248,7 @@ void usage(char *progname)
printf("\t--text <text>\t\tPrint 1-4 lines of text.\n");
printf("\t\t\t\tIf the text contains spaces, use quotation marks\n\t\t\t\taround it.\n");
printf("\t--cutmark\t\tPrint a mark where the tape should be cut\n");
printf("\t--fontsize\t\tManually set fontsize\n");
exit(1);
}