diff options
-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]' |