From 0673212f4296275de1cf9935446580930109c9a5 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 6 Sep 2020 03:23:08 +1000 Subject: unposted: remove periods from completion descriptions As per the completion-style-guide recommendations. --- Completion/Unix/Command/_lp | 2 +- Completion/Unix/Command/_transmission | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_lp b/Completion/Unix/Command/_lp index dd2bf5e1a..914d63ff2 100644 --- a/Completion/Unix/Command/_lp +++ b/Completion/Unix/Command/_lp @@ -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' ;; diff --git a/Completion/Unix/Command/_transmission b/Completion/Unix/Command/_transmission index 8a4bebec3..400c24b66 100644 --- a/Completion/Unix/Command/_transmission +++ b/Completion/Unix/Command/_transmission @@ -97,7 +97,7 @@ local torrent_action_only_actions=( {-Bn,--bandwidth-normal}'[give this torrent the bandwidth left over by high priority torrents]' {-Bl,--bandwidth-low}'[give this torrent the bandwidth left over by high and normal priority torrents]' {-ph,--priority-high}'[try to download the specified file(s) first]:torrent_file:_transmission-remote_torrent_priority_not_high' - {-pn,--priority-normal}'[try to download the specified files normally.]:torrent_file:_transmission-remote_torrent_priority_not_normal' + {-pn,--priority-normal}'[try to download the specified files normally]:torrent_file:_transmission-remote_torrent_priority_not_normal' {-pl,--priority-low}'[try to download the specified files last]:torrent_file:_transmission-remote_torrent_priority_not_low' {-v,--verify}'[verify the current torrent(s)]' ) -- cgit 1.4.1