mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-25 05:17:34 +00:00
Fix completions.zsh syntax
This commit is contained in:
parent
ba763d4bbd
commit
1da705c355
@ -40,7 +40,7 @@ __exa() {
|
|||||||
{-H,--links}"[List each file's number of hard links]" \
|
{-H,--links}"[List each file's number of hard links]" \
|
||||||
{-i,--inode}"[List each file's inode number]" \
|
{-i,--inode}"[List each file's inode number]" \
|
||||||
{-m,--modified}"[Use the modified timestamp field]" \
|
{-m,--modified}"[Use the modified timestamp field]" \
|
||||||
{-n, --numeric}"[List numeric user and group IDs.]" \
|
{-n,--numeric}"[List numeric user and group IDs.]" \
|
||||||
{-S,--blocks}"[List each file's number of filesystem blocks]" \
|
{-S,--blocks}"[List each file's number of filesystem blocks]" \
|
||||||
{-t,--time}="[Which time field to show]:(time field):(accessed changed created modified)" \
|
{-t,--time}="[Which time field to show]:(time field):(accessed changed created modified)" \
|
||||||
--time-style="[How to format timestamps]:(time style):(default iso long-iso full-iso)" \
|
--time-style="[How to format timestamps]:(time style):(default iso long-iso full-iso)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user