docs: add bookmark description on man page
This commit is contained in:
parent
797f424c54
commit
d0ce4d9d04
|
|
@ -166,7 +166,7 @@ _zoxide_commands() {
|
||||||
'init:Generate shell configuration' \
|
'init:Generate shell configuration' \
|
||||||
'query:Search for a directory in the database' \
|
'query:Search for a directory in the database' \
|
||||||
'remove:Remove a directory from the database' \
|
'remove:Remove a directory from the database' \
|
||||||
'bookmark:Bookmarks a directory for quick querying' \
|
'bookmark:' \
|
||||||
)
|
)
|
||||||
_describe -t commands 'zoxide commands' commands "$@"
|
_describe -t commands 'zoxide commands' commands "$@"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue