X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=afs.cmd;h=bf6482b9719ef2ade361f7a09eb0e19ca604c7a0;hb=39476ef8df9804210777902aaa73c1b72f5ed13e;hp=7bb005454049617f43c1c9cac8efc7f4c4bf7cca;hpb=8b71176b792089c47acc788e1c1e068e9375fd18;p=paraslash.git diff --git a/afs.cmd b/afs.cmd index 7bb00545..bf6482b9 100644 --- a/afs.cmd +++ b/afs.cmd @@ -259,18 +259,16 @@ T: ls N: ls@member@ O: int com_ls@member@(struct command_context *cc); P: AFS_READ -D: List blobs of type @member@ matching a pattern. +D: List blobs of type @member@ which match a pattern. U: ls@member@ [-i] [-l] [-r] [pattern] H: Print the list of all blobs which match the given pattern. If no H: pattern is given, the full list is printed. H: H: Options: H: -H: -i Sort attributes by id. The default is to sort -H: alphabetically by name. +H: -i Sort by identifier. The default is to sort alphabetically by name. H: -H: -l Print a long listing containing both identifier and -H: attribute name. The default is to print only the name. +H: -l Print identifier and name. The default is to print only the name. H: H: -r Reverse sort order. --- @@ -287,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.