commit: fbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0
Author: Z5483 <Z5483Y <AT> gmail <DOT> com>
AuthorDate: Sun Jun 21 00:19:03 2020 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 03:12:47 2020 +0000
URL:
https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=fbcf9c63
correct 'overlat' to 'overlay' in _layman
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
src/_layman | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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]'