mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 02:42:47 +08:00
Shorten descriptions
This commit is contained in:
parent
47677dfe95
commit
bd44c3a5cb
|
@ -5,7 +5,7 @@ complete -c lpr -s H -x -d 'Specifies an alternate server' -xa '(__fish_print_ho
|
|||
complete -c lpr -s C -s J -s T -x -d 'Sets the job name'
|
||||
#complete -c lpr -o '\\#' -d 'Sets the number of copies to print from 1 to 100' -xa
|
||||
complete -c lpr -s h -d 'Disables banner printing'
|
||||
complete -c lpr -s l -d 'Specifies that the print file is already formatted for the destination and should be sent without filtering. This option is equivalent to "-o raw"'
|
||||
complete -c lpr -s p -d 'Specifies that the print file should be formatted with a shaded header with the date, time, job name, and page number. This option is equivalent to "-o prettyprint" and is only useful when printing text files'
|
||||
complete -c lpr -s l -d 'Send print file without filtering'
|
||||
complete -c lpr -s p -d 'Format the print file with a shaded header: date, time, job name, and page no.'
|
||||
complete -c lpr -s q -d 'Hold job for printing'
|
||||
complete -c lpr -s r -d 'Specifies that the named print files should be deleted after printing them'
|
||||
complete -c lpr -s r -d 'Delete the specified print file after printing'
|
||||
|
|
Loading…
Reference in New Issue
Block a user