aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ5483 <Z5483Y@gmail.com>2020-06-20 20:19:03 -0400
committerVadim Misbakh-Soloviov <mva@gentoo.org>2020-09-14 10:12:47 +0700
commitfbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0 (patch)
tree4baf20c36710fbb0a432cd17cf63756d0537e1d3 /src/_layman
parent_portage: add further options (diff)
downloadzsh-completion-fbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0.tar.gz
zsh-completion-fbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0.tar.bz2
zsh-completion-fbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0.zip
correct 'overlat' to 'overlay' in _layman20200914
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'src/_layman')
-rw-r--r--src/_layman2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_layman b/src/_layman
index 75070f0..ec16854 100644
--- a/src/_layman
+++ b/src/_layman
@@ -46,7 +46,7 @@ actions_args=(
"($actions --add -a)"{--add,-a}'[Add the given overlay to your installed overlays]:overlay:_layman_remote_overlays'
"($actions --priority -p)"{--priority,-p}'[It will modify the priority of the added overlay]:priority:({0..100})'
"($actions $add_actions)"{--delete,-d}'[Delete the given overlay from your installed overlays]:overlay:_layman_local_overlays'
- "($actions $add_actions)"{--sync,-s}'[Update the specified overlay]:overlat:_layman_local_overlays'
+ "($actions $add_actions)"{--sync,-s}'[Update the specified overlay]:overlay:_layman_local_overlays'
"($actions $add_actions)"{--info,-i}'[Display all available information about the specified overlay]:overlay:_layman_remote_overlays'
"($actions $add_actions)"{--sync-all,-S}'[Update all overlays]'
"($actions $add_actions)"{--list,-L}'[List the contents of the remote list]'