X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=07db3ccb6fadd270a8e2513f0084795e18230acd;hp=fb496aa5a33a383cce141359e49f0a965b117da1;hb=4f18e922663731106fbc64dcc0583a7b017ac407;hpb=fdb03951ee708a42795d4abb36d3a8637c478975 diff --git a/afs.cmd b/afs.cmd index fb496aa5..07db3ccb 100644 --- a/afs.cmd +++ b/afs.cmd @@ -287,6 +287,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.