docs: add bookmark description on man page

This commit is contained in:
Azalea Colburn 2025-03-19 15:53:32 -07:00
parent 797f424c54
commit d0ce4d9d04
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ _zoxide_commands() {
'init:Generate shell configuration' \
'query:Search for a directory in the database' \
'remove:Remove a directory from the database' \
'bookmark:Bookmarks a directory for quick querying' \
'bookmark:' \
)
_describe -t commands 'zoxide commands' commands "$@"
}