From 3f10fad9408844802fcfa3caf3e65e248185f5af Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 25 Aug 2010 22:37:57 +0100 Subject: The "transfers" command was renamed to "transfer" but this wasn't reflected in the docs so far. --- doc/user-guide/commands.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 989fc392..a1554645 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1463,44 +1463,44 @@ - + Monitor, cancel, or reject file transfers - transfers [<cancel> id | <reject>] + transfer [<cancel> id | <reject>] - Without parameters the currently pending file transfers and their status will be listed. Available actions are cancel and reject. See help transfers <action> for more information. + Without parameters the currently pending file transfers and their status will be listed. Available actions are cancel and reject. See help transfer <action> for more information. - transfers + transfer Cancels the file transfer with the given id - transfers <cancel> id + transfer <cancel> id Cancels the file transfer with the given id - transfers cancel 1 + transfer cancel 1 Canceling file transfer for test Rejects all incoming transfers - transfers <reject> + transfer <reject> Rejects all incoming (not already transferring) file transfers. Since you probably have only one incoming transfer at a time, no id is neccessary. Or is it? - transfers reject + transfer reject -- cgit v1.2.3