1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-02 06:40:55 +01:00

unposted: remove periods from completion descriptions

As per the completion-style-guide recommendations.
This commit is contained in:
Doug Kearns 2020-09-06 03:23:08 +10:00
parent 17ee9c5f68
commit 0673212f42
6 changed files with 13 additions and 5 deletions

View file

@ -230,7 +230,7 @@ _lp()
'-m[send an email on job completion]' \
'*-o:print job option:_lp_job_options' \
'-p[format with shaded header incl. date, time etc.]' \
'-q[hold job for printing.]' \
'-q[hold job for printing]' \
'-r[delete files after printing]' \
'*:PS/PDF file:_pspdf'
;;