X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=9d87d18cadc6dd0526ced4d7ca142582dd1c9d76;hp=7bb005454049617f43c1c9cac8efc7f4c4bf7cca;hb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/afs.cmd b/afs.cmd index 7bb00545..9d87d18c 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. ---