From: Andre Noll Date: Thu, 3 Sep 2015 22:00:04 +0000 (+0200) Subject: Fix help text of mvblob commands. X-Git-Tag: v0.5.5~7 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=39476ef8df9804210777902aaa73c1b72f5ed13e;p=paraslash.git Fix help text of mvblob commands. No references to @member@ are allowed here since there is only one help text for all four mvblob commands. This bug was introduced one year ago in commit aa4b3935 (Overhaul help texts of server and afs commands). --- diff --git a/afs.cmd b/afs.cmd index 9d87d18c..bf6482b9 100644 --- a/afs.cmd +++ b/afs.cmd @@ -285,6 +285,7 @@ N: mv@member@ O: int com_mv@member@(struct command_context *cc); P: AFS_READ | AFS_WRITE D: Rename a blob of type @member@. -U: mv@member@ old_@member@_name new_@member@_name -H: Rename the blob identified by old_@member@_name to new_@member@_name. -H: This command fails if new_@member@_name already exists. +U: mv@member@ source_@member@_name dest_@member@_name +H: Rename the blob identified by the source blob name to the destination blob +H: name. The command fails if the source does not exist, or if the destination +H: already exists.