summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 7f0abc71d..6577a9ddf 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -204,7 +204,7 @@ If no url and title are provided, then save the current page as a bookmark. If a
[[bookmark-del]]
=== bookmark-del
-Syntax: +:bookmark-del ['url']+
+Syntax: +:bookmark-del [*--all*] ['url']+
Delete a bookmark.
@@ -212,6 +212,9 @@ Delete a bookmark.
* +'url'+: The url of the bookmark to delete. If not given, use the current page's url.
+==== optional arguments
+* +*-a*+, +*--all*+: If given, delete all bookmarks.
+
==== note
* This command does not split arguments after the last argument and handles quotes literally.
@@ -998,7 +1001,7 @@ You can view all saved quickmarks on the link:qute://bookmarks[bookmarks page].
[[quickmark-del]]
=== quickmark-del
-Syntax: +:quickmark-del ['name']+
+Syntax: +:quickmark-del [*--all*] ['name']+
Delete a quickmark.
@@ -1007,6 +1010,9 @@ Delete a quickmark.
if there are more than one).
+==== optional arguments
+* +*-a*+, +*--all*+: Delete all quickmarks.
+
==== note
* This command does not split arguments after the last argument and handles quotes literally.