Emphasis on --url option works with -u only.

This commit is contained in:
Arun Prakash Jana 2016-05-21 18:45:56 +05:30
parent 5f0f372b8c
commit 8ca31e6ce8
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
3 changed files with 104 additions and 104 deletions

View File

@ -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
View File

@ -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
View File

@ -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.