aboutsummaryrefslogtreecommitdiffstats
path: root/doc/clark.texi
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-02 22:30:46 +0200
committerGravatar Tom Willemse2013-07-02 22:30:46 +0200
commitdf47a68535beb8522e105894cef6088ca39aadc4 (patch)
tree4a89951ad1aac13978a2272d707bd23d973223dc /doc/clark.texi
parent612189139623bfc6cb45dadee3aeb0f8491d9fc7 (diff)
downloadclark-df47a68535beb8522e105894cef6088ca39aadc4.tar.gz
clark-df47a68535beb8522e105894cef6088ca39aadc4.zip
Add remove-tags command
This command removes the given tags (or all if none are specified) from a bookmark's tag list.
Diffstat (limited to 'doc/clark.texi')
-rw-r--r--doc/clark.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/clark.texi b/doc/clark.texi
index 69f1ba5..b036104 100644
--- a/doc/clark.texi
+++ b/doc/clark.texi
@@ -158,6 +158,11 @@ Replace @var{url}'s tags with @var{tags}. @var{tags} may be omitted,
in which case all the tags for @var{url} are removed.
@end deffn
+@deffn Command remove-tags URL [TAGS...]
+Remove @var{tags} from @var{url}'s tag list. If @var{tags} is omitted,
+remove all tags from @var{url}'s tag list.
+@end deffn
+
@node Miscellaneous, , Management, Usage
@section Other things that can be done