mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 17:01:05 +02:00
43714: complete lp fit-to-page option
This commit is contained in:
parent
5556e00c65
commit
f413e5e17f
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue