mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-05-13 15:22:56 +00:00
update manpage and project url
This commit is contained in:
parent
6b82cd6166
commit
01d661493f
2
README
2
README
@ -12,7 +12,7 @@ Maybe others work too (please report USB VID and PID so I can include support
|
|||||||
for further models, too).
|
for further models, too).
|
||||||
|
|
||||||
Further info can be found at:
|
Further info can be found at:
|
||||||
https://familie-radermacher.ch/dominic/projekte/ptouch-print/
|
https://dominic.familie-radermacher.ch/projekte/ptouch-print/
|
||||||
|
|
||||||
Compile instructions:
|
Compile instructions:
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
.\" Man page for ptouch-print
|
.\" Man page for ptouch-print
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (C) 2015-2021 Dominic Radermacher
|
.\" Copyright (C) 2015-2023 Dominic Radermacher
|
||||||
.\"
|
.\"
|
||||||
.\" You may distribute under the terms of the GNU General Public License.
|
.\" You may distribute under the terms of the GNU General Public License.
|
||||||
.\"
|
.\"
|
||||||
.TH PTOUCH-PRINT 1 "2021-08-30" "1.4.3" "ptouch printer util"
|
.TH PTOUCH-PRINT 1 "2023-03-13" "1.5" "ptouch printer util"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ptouch-print \- a command line tool to use Brother Ptouch label printers
|
ptouch-print \- a command line tool to use Brother Ptouch label printers
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -76,6 +76,9 @@ Display version information and exit.
|
|||||||
.TP
|
.TP
|
||||||
.BR \-\-info
|
.BR \-\-info
|
||||||
Show info about the tape detected (like printing width etc.) and exit.
|
Show info about the tape detected (like printing width etc.) and exit.
|
||||||
|
.TP
|
||||||
|
.BR \-\-list-supported
|
||||||
|
List all supported printers
|
||||||
|
|
||||||
.SH DEFAULTS
|
.SH DEFAULTS
|
||||||
The default font used is 'DejaVuSans'.
|
The default font used is 'DejaVuSans'.
|
||||||
@ -109,4 +112,4 @@ The image file must be palette based PNG format with two colors.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Written by Dominic Radermacher (dominic@familie-radermacher.ch).
|
Written by Dominic Radermacher (dominic@familie-radermacher.ch).
|
||||||
|
|
||||||
Also see https://familie-radermacher.ch/dominic/projekte/ptouch-print/
|
Also see https://dominic.familie-radermacher.ch/projekte/ptouch-print/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
libptouch - functions to help accessing a brother ptouch
|
libptouch - functions to help accessing a brother ptouch
|
||||||
|
|
||||||
Copyright (C) 2013-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
|
Copyright (C) 2013-2023 Dominic Radermacher <dominic@familie-radermacher.ch>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License version 3 as
|
under the terms of the GNU General Public License version 3 as
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
ptouch-print - Print labels with images or text on a Brother P-Touch
|
ptouch-print - Print labels with images or text on a Brother P-Touch
|
||||||
|
|
||||||
Copyright (C) 2015-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
|
Copyright (C) 2015-2023 Dominic Radermacher <dominic@familie-radermacher.ch>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
This program is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License version 3 as
|
under the terms of the GNU General Public License version 3 as
|
||||||
|
Loading…
Reference in New Issue
Block a user