Added examples of command-line usage to Valentina's man page.

This commit is contained in:
Roman Telezhynskyi 2021-02-03 18:02:21 +02:00
parent 29582687e5
commit 6da0f8f2b1

View file

@ -1,6 +1,6 @@
.\" Manpage for valentina. .\" Manpage for valentina.
.\" Contact dismine@gmail.com to correct errors. .\" Contact dismine@gmail.com to correct errors.
.TH valentina 1 "22 March, 2020" "valentina man page" .TH valentina 1 "3 February, 2021" "valentina man page"
.SH NAME .SH NAME
Valentina \- Pattern making program. Valentina \- Pattern making program.
.SH SYNOPSIS .SH SYNOPSIS
@ -654,6 +654,13 @@ The path to output destination folder. By default the directory at which the app
.IP Arguments: .IP Arguments:
.I filename .I filename
\- a pattern file. \- a pattern file.
.SH EXAMPLE
.IP "Export a layout to tiled PDF:"
.SB "valentina --basename test --destination /home/user/tiled --format 33 --mfile /home/user/measurements/m1.vit --pedantic"
.IP "Export pieces to DXF AAMA bypassing the layout stage:"
.SB "valentina --basename test --destination /home/user/aama --format 18 --mfile /home/user/measurements/m1.vit --exportOnlyDetails --pedantic --exportSuchDetails ."
.IP "Export a layout to tiled PDF with final measurements:"
.SB "valentina --basename test --destination /home/user/tiled --format 33 --mfile /home/user/measurements/m1.vit --pedantic --csvExportFM /home/user/tiled/test.csv"
.SH AUTHOR .SH AUTHOR
.RI "This manual page was written by Roman Telezhynskyi <" dismine@gmail.com ">" .RI "This manual page was written by Roman Telezhynskyi <" dismine@gmail.com ">"
.SH "SEE ALSO" .SH "SEE ALSO"