Glabels-batch: allow project file to be provided on stdin. (#90)

This commit is contained in:
Jim Evins
2020-03-28 19:10:28 -04:00
parent 4a9f3aad8e
commit 142aaf2a92
5 changed files with 22 additions and 10 deletions
+3 -2
View File
@@ -4,13 +4,14 @@ glabels-batch-qt
SYNOPSIS
--------
**glabels-batch-qt** [*options*] [*filename*]
**glabels-batch-qt** [*options*] *FILE*
DESCRIPTION
-----------
:program:`glabels-batch-qt` is a utility for printing a glabels project file
from the command line. It is suitable for use with scripts.
from the command line. This command takes exactly one project file, FILE. If FILE
is "-", it expects an XML glabels project to be provided on standard input.
OPTIONS