From df47a68535beb8522e105894cef6088ca39aadc4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 2 Jul 2013 22:30:46 +0200 Subject: Add remove-tags command This command removes the given tags (or all if none are specified) from a bookmark's tag list. --- doc/clark.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.3-2-g0d8e