diff options
author | Z5483 <Z5483Y@gmail.com> | 2020-06-20 20:19:03 -0400 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2020-09-14 10:12:47 +0700 |
commit | fbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0 (patch) | |
tree | 4baf20c36710fbb0a432cd17cf63756d0537e1d3 | |
parent | _portage: add further options (diff) | |
download | zsh-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>
-rw-r--r-- | src/_layman | 2 |
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]' |