From: Dominic Radermacher Date: Tue, 5 Jan 2016 20:13:14 +0000 (+0100) Subject: Added description for --fontsize to usage X-Git-Tag: v1.3.4~18 X-Git-Url: https://git.sur5r.net/?p=ptouch-print;a=commitdiff_plain;h=9486d6bf083767af0152a7dc59f40ef017c40595;hp=5deab233ba6076860e4c9252dcd7b1b57a2d992e Added description for --fontsize to usage --- diff --git a/.gitignore b/.gitignore index d553269..032b6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/po/de.po b/po/de.po index 4529998..2e33f41 100644 --- a/po/de.po +++ b/po/de.po @@ -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: \n" "Language-Team: German \n" diff --git a/po/en.po b/po/en.po index 926ac35..3e7d089 100644 --- a/po/en.po +++ b/po/en.po @@ -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: \n" "Language-Team: English \n" diff --git a/po/ptouch.pot b/po/ptouch.pot index 677acee..5f5ce9e 100644 --- a/po/ptouch.pot +++ b/po/ptouch.pot @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/src/ptouch-print.c b/src/ptouch-print.c index b2965f5..ead7c2b 100644 --- a/src/ptouch-print.c +++ b/src/ptouch-print.c @@ -248,6 +248,7 @@ void usage(char *progname) printf("\t--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); }