From fbcf9c63d44f1d1cb5e57839bd4afe3cc90ffcf0 Mon Sep 17 00:00:00 2001 From: Z5483 Date: Sat, 20 Jun 2020 20:19:03 -0400 Subject: correct 'overlat' to 'overlay' in _layman Signed-off-by: Vadim Misbakh-Soloviov --- 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]' -- cgit v1.2.3-65-gdbad