]> git.sur5r.net Git - ptouch-print/commitdiff
Added description for --fontsize to usage
authorDominic Radermacher <dominic.radermacher@gmail.com>
Tue, 5 Jan 2016 20:13:14 +0000 (21:13 +0100)
committerDominic Radermacher <dominic.radermacher@gmail.com>
Tue, 5 Jan 2016 20:13:14 +0000 (21:13 +0100)
.gitignore
po/de.po
po/en.po
po/ptouch.pot
src/ptouch-print.c

index d5532699935b1f34676e4d74f50f79a7cb4d7c09..032b6fc6cc55fecf7fdd45b2fa6857befc763e7a 100644 (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
index 4529998d2a0dec55105d8219c2017665822657c0..2e33f4121c0ebedd783e37e0dc95c40ba9f12d99 100644 (file)
--- 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:  <dominic.radermacher@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
index 926ac353563f08ba682d54f9234fcf1963626a85..3e7d089247fbd061e7c2ce42769747bea35ff6dc 100644 (file)
--- 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:  <dominic.radermacher@gmail.com>\n"
 "Language-Team: English <en@translate.freefriends.org>\n"
index 677aceee387923d7baf064631cf126df27bafdcd..5f5ce9e108ba38683061b32c8935b916e2ffd797 100644 (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"
index b2965f56fb42f47a05122e2a978e1a3cc3df04b6..ead7c2bfbc4c6a18698a5acbc3a5961755b3cce0 100644 (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);
 }