summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index f41d96ffa..d99cd0600 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -593,7 +593,14 @@ General writer options
: Print a system default data file. Files in the user data directory
are ignored.
+`--eol=crlf`|`lf`
+
+: Manually specify line endings: `crlf` (Windows) or `lf`
+ (MacOS/linux/unix). The default is to use the line endings
+ appropriate for the OS.
+
`--dpi`=*NUMBER*
+
: Specify the dpi (dots per inch) value for conversion from pixels
to inch/centimeters and vice versa. The default is 96dpi.
Technically, the correct term would be ppi (pixels per inch).