From cd5d4f4feeb55d4d657b0c0408e286e1a703bdb8 Mon Sep 17 00:00:00 2001 From: Joel Torstensson Date: Thu, 12 Feb 2015 23:30:31 +0100 Subject: [PATCH] Regenerated docs. --- README.asciidoc | 2 +- doc/help/commands.asciidoc | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index b679d29a8..d66c060fa 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -130,8 +130,8 @@ Contributors, sorted by the number of commits in descending order: // QUTE_AUTHORS_START * Florian Bruhin * Claude -* ZDarian * Joel Torstensson +* ZDarian * Peter Vilim * John ShaggyTwoDope Jenkins * rikn00 diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 8fd0b7608..2fe38c4d3 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -11,8 +11,9 @@ |<>|Close the current window. |<>|Download a given URL, or current page if no URL given. |<>|Cancel the last/[count]th download. -|<>|Open the last/[count]th finished download. -|<>|Remove the last/[count]th finished download. +|<>|Delete the last/[count]th download from disk. +|<>|Open the last/[count]th download. +|<>|Remove the last/[count]th download from the list. |<>|Go forward in the history of the current tab. |<>|Toggle fullscreen mode. |<>|Show help about a command or setting. @@ -107,9 +108,16 @@ Cancel the last/[count]th download. ==== count The index of the download to cancel. +[[download-delete]] +=== download-delete +Delete the last/[count]th download from disk. + +==== count +The index of the download to cancel. + [[download-open]] === download-open -Open the last/[count]th finished download. +Open the last/[count]th download. ==== count The index of the download to cancel. @@ -118,7 +126,7 @@ The index of the download to cancel. === download-remove Syntax: +:download-remove [*--all*]+ -Remove the last/[count]th finished download. +Remove the last/[count]th download from the list. ==== optional arguments * +*-a*+, +*--all*+: If given removes all finished downloads.