]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix help text of mvblob commands.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 3 Sep 2015 22:00:04 +0000 (00:00 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 5 Sep 2015 09:04:54 +0000 (11:04 +0200)
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).

afs.cmd

diff --git a/afs.cmd b/afs.cmd
index 9d87d18cadc6dd0526ced4d7ca142582dd1c9d76..bf6482b9719ef2ade361f7a09eb0e19ca604c7a0 100644 (file)
--- 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@.
 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.