X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.cmd;h=f05519989c9bd20ec4c9b7f5aa952b983efb39c2;hp=3173404623ccd5768753bfe4773eb1eb6a834221;hb=fa578bf1d070161cafcbcc69ca7b810414ee1a4b;hpb=a9126f461792a84c760162ecb25100f1593d427d;ds=sidebyside diff --git a/afs.cmd b/afs.cmd index 31734046..f0551998 100644 --- a/afs.cmd +++ b/afs.cmd @@ -3,7 +3,7 @@ SF: afs.c aft.c attribute.c HC: Prototypes for the commands of the audio file selector. CC: Array of commands for the audio file selector. AT: server_command -SI: openssl/rc4 +SI: openssl/rc4 osl regex IN: para error crypt command string afh afs server list user_list SN: list of afs commands TM: mood lyr img pl @@ -55,6 +55,8 @@ H: -ll: long listing mode (equivalent to -l) H: H: -lv: verbose listing mode H: +H: -lp: parser-friendly mode +H: H: -lm: mbox listing mode H: H: -lc: chunk-table listing mode @@ -185,7 +187,7 @@ H: a slash (see fnmatch(3)). N: touch P: AFS_READ | AFS_WRITE D: Manipulate the afs data for all audio files matching a pattern. -U: touch [-n numplayed] [-l lastplayed] [-y lyrics_id] [-i image_id] [-a amp] [-v] [-p] pattern +U: touch [-n=numplayed] [-l=lastplayed] [-y=lyrics_id] [-i=image_id] [-a=amp] [-v] [-p] pattern H: If no option is given, lastplayed is set to the current time H: and numplayed is increased by one. Otherwise, only the given H: options are taken into account. @@ -198,7 +200,7 @@ H: H: -l Set lastplayed time. The last time this audio file was selected. H: Must be given as the number of seconds since the epoch. Example: H: -H: touch -l $(date +%s) file +H: touch -l=$(date +%s) file H: H: sets the lastplayed time of 'file' to the current time. H: