Emphasis on --url option works with -u only.
This commit is contained in:
parent
5f0f372b8c
commit
8ca31e6ce8
@ -123,7 +123,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
|
||||
to change url, tag or comment
|
||||
-d, --delete [N] delete bookmark at DB index N
|
||||
delete all bookmarks, if no arguments
|
||||
--url keyword specify url, works with -u
|
||||
--url keyword specify url, works with -u only
|
||||
--tag [...] set comma-separated tags, works with -a, -u
|
||||
clears tag, if no arguments
|
||||
-t, --title [...] manually set title, works with -a, -u
|
||||
|
2
buku
2
buku
@ -1274,7 +1274,7 @@ general_group = argparser.add_argument_group(title="general options",
|
||||
to change url, tag or comment
|
||||
-d, --delete [N] delete bookmark at DB index N
|
||||
delete all bookmarks, if no arguments
|
||||
--url keyword specify url, works with -u
|
||||
--url keyword specify url, works with -u only
|
||||
--tag [...] set comma-separated tags, works with -a, -u
|
||||
clears tag, if no arguments
|
||||
-t, --title [...] manually set title, works with -a, -u
|
||||
|
2
buku.1
2
buku.1
@ -71,7 +71,7 @@ in DB (from -p output). The last record is moved to the removed index. If
|
||||
is omitted, all records are deleted from the DB.
|
||||
.TP
|
||||
.BI \--url " [...]"
|
||||
Specify the URL, works with -u. Fetches and updates title if --title is not used.
|
||||
Specify the URL, works with -u only. Fetches and updates title if --title is not used.
|
||||
.TP
|
||||
.BI \--tag " [...]"
|
||||
Specify comma separated tags, works with -a, -u. Clears the tags, if no arguments passed.
|
||||
|
Loading…
Reference in New Issue
Block a user