1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-11-21 04:42:04 +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

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);
}