diff options
author | Doug Kearns <dougkearns@gmail.com> | 2020-09-06 03:23:08 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2020-09-06 03:42:33 +1000 |
commit | 0673212f4296275de1cf9935446580930109c9a5 (patch) | |
tree | 11481ebac153d6cd6efbfa370228dc298c477ba8 /Completion/X/Command/_kdeconnect | |
parent | 17ee9c5f68d18ef48c1ef99ae6162a06675104f2 (diff) | |
download | zsh-0673212f4296275de1cf9935446580930109c9a5.tar.gz zsh-0673212f4296275de1cf9935446580930109c9a5.zip |
unposted: remove periods from completion descriptions
As per the completion-style-guide recommendations.
Diffstat (limited to 'Completion/X/Command/_kdeconnect')
-rw-r--r-- | Completion/X/Command/_kdeconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_kdeconnect b/Completion/X/Command/_kdeconnect index ffb7f5774..ee186690c 100644 --- a/Completion/X/Command/_kdeconnect +++ b/Completion/X/Command/_kdeconnect @@ -10,7 +10,7 @@ _arguments \ '--id-only[make --list-devices or --list-available print only the devices id, to ease scripting]' \ '--refresh[search for devices in the network and re-establish connections]' \ '(--pair --unpair)--pair[request pairing with the specified device]' \ - '--ring[find the device by ringing it.]' \ + '--ring[find the device by ringing it]' \ '(--pair --unpair)--unpair[stop pairing to the specified device]' \ '(--ping --ping-msg)--ping[send a ping to the device]' \ '(--ping --ping-msg)--ping-msg[send a ping to the device with the specified message]:message' \ |