about summary refs log tree commit diff
path: root/Completion/Unix/Command/_transmission
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/_transmission
parent17ee9c5f68d18ef48c1ef99ae6162a06675104f2 (diff)
downloadzsh-0673212f4296275de1cf9935446580930109c9a5.tar.gz
zsh-0673212f4296275de1cf9935446580930109c9a5.tar.xz
zsh-0673212f4296275de1cf9935446580930109c9a5.zip
unposted: remove periods from completion descriptions
As per the completion-style-guide recommendations.
Diffstat (limited to 'Completion/Unix/Command/_transmission')
-rw-r--r--Completion/Unix/Command/_transmission2
1 files changed, 1 insertions, 1 deletions
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)]'
 )