multiple pages: Use snake_case in token syntax (#4788)

This commit is contained in:
Guido Lena Cota
2020-11-01 14:40:05 +01:00
committed by GitHub
parent 2a9b42076e
commit 0bb9c353a7
19 changed files with 34 additions and 34 deletions

View File

@@ -18,11 +18,11 @@
- Print double sided in portrait:
`lpr -o sides={{two-sided-long-edge}} {{path/to/file}}`
`lpr -o sides={{two_sided_long_edge}} {{path/to/file}}`
- Print double sided in landscape:
`lpr -o sides={{two-sided-short-edge}} {{path/to/file}}`
`lpr -o sides={{two_sided_long_edge}} {{path/to/file}}`
- Set page size (more options may be available depending on setup):