--tag works with -a and -u.

This commit is contained in:
Arun Prakash Jana 2016-05-21 12:43:34 +05:30
parent d95889969a
commit af252299f3
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
3 changed files with 4 additions and 5 deletions

View File

@ -124,7 +124,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
-d, --delete [N] delete bookmark at DB index N
delete all bookmarks, if no arguments
--url keyword specify url, works with -u
--tag [...] specify comma-separated tags, works with -u
--tag [...] set comma-separated tags, works with -a, -u
clears tag, if no arguments
-t, --title [...] manually set title, works with -a, -u
if no arguments:

3
buku
View File

@ -1274,12 +1274,11 @@ general_group = argparser.add_argument_group(title="general options",
-d, --delete [N] delete bookmark at DB index N
delete all bookmarks, if no arguments
--url keyword specify url, works with -u
--tag [...] specify comma-separated tags, works with -u
--tag [...] set comma-separated tags, works with -a, -u
clears tag, if no arguments
-t, --title [...] manually set title, works with -a, -u
if no arguments:
-a: do not set title, -u: clear title
set (-a) or clear (-u) title, if no arguments
-c, --comment [...] description of the bookmark, works with
-a, -u; clears comment, if no arguments
-h, --help show this information''')

4
buku.1
View File

@ -71,10 +71,10 @@ 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 " [...]"
Manually specify the URL. Fetches and updates title if --title is not used.
Specify the URL, works with -u. Fetches and updates title if --title is not used.
.TP
.BI \--tag " [...]"
Specify comma separated tags. Clears the tags, if no arguments passed.
Specify comma separated tags, works with -a, -u. Clears the tags, if no arguments passed.
.TP
.BI \-t " " \--title " [...]"
Manually specify the title, works with -a, -u. Omits or clears the title, if no arguments passed.