1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-24 17:00:32 +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

@ -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.