summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2020-09-06 03:23:08 +1000
committerDoug Kearns <dougkearns@gmail.com>2020-09-06 03:42:33 +1000
commit0673212f4296275de1cf9935446580930109c9a5 (patch)
tree11481ebac153d6cd6efbfa370228dc298c477ba8 /Completion/Unix/Command
parent17ee9c5f68d18ef48c1ef99ae6162a06675104f2 (diff)
downloadzsh-0673212f4296275de1cf9935446580930109c9a5.tar.gz
zsh-0673212f4296275de1cf9935446580930109c9a5.zip
unposted: remove periods from completion descriptions
As per the completion-style-guide recommendations.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_lp2
-rw-r--r--Completion/Unix/Command/_transmission2
2 files changed, 2 insertions, 2 deletions
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)]'
)