1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-24 05:11:08 +02:00

43714: complete lp fit-to-page option

This commit is contained in:
Marcin Mielniczuk 2018-10-19 13:44:49 +02:00 committed by Peter Stephenson
parent 5556e00c65
commit f413e5e17f
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2018-10-23 Peter Stephenson <p.stephenson@samsung.com>
* Marcin Mielniczuk: 43714: Completion/Unix/Command/_lp: lp
fit-to-page option.
* Sebastian: 43695: Src/lex.c: minor but simple optimisation
to reuse existing string lengths.

View file

@ -30,7 +30,7 @@ _lp_job_options()
lopts_with_args=( media orientation-requested sides number-up scaling cpi lpi
page-{bottom,left,right,top} page-ranges )
lopts_no_args=(fitplot landscape)
lopts_no_args=(fitplot fit-to-page landscape)
if [[ $service == 'lpadmin' ]]; then
# Extra options from lpadmin man page.