From: Andre Noll Date: Thu, 27 Feb 2014 18:10:55 +0000 (+0100) Subject: Merge branch 't/cmd_improvements' X-Git-Tag: v0.5.2~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6a79f16de242c0c70ef56bbd96a748055df65917;hp=d87806284b9f6be9aab71ccbf0280d273b57eeb3 Merge branch 't/cmd_improvements' Cooking since 2014-01-16. * t/cmd_improvements: afs.cmd: Strip redundant "sort" from ls help output. audiod.cmd: Improve grab client help text. afs.cmd: Improve second level indenting. afd.cmd: Fix a trivial whitespace issue. --- diff --git a/afs.cmd b/afs.cmd index 82b6dc48..91da48cb 100644 --- a/afs.cmd +++ b/afs.cmd @@ -22,7 +22,7 @@ H: database, skip this file. This operation is really cheap. H: Use it when adding large directories if only a few files H: where added. H: -H:-f Force adding/updating. Recompute the audio format handler data +H: -f Force adding/updating. Recompute the audio format handler data H: even if a file with the same path and the same hash value exists. H: H: -v Verbose mode. Print what is being done. @@ -44,17 +44,12 @@ H: Options: H: H: -l Change listing mode. Defaults to short listing if not given. H: -H: -ls: short listing mode -H: -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 +H: -ls: short listing mode +H: -ll: long listing mode (equivalent to -l) +H: -lv: verbose listing mode +H: -lp: parser-friendly mode +H: -lm: mbox listing mode +H: -lc: chunk-table listing mode H: H: -p List full path of audio file. If not specified, only the basename H: of each file is printed. @@ -68,27 +63,17 @@ H: -d Print dates as seconds after the epoch. H: H: -s Change sort order. Defaults to alphabetical path sort if not given. H: -H: -sp: sort by path. -H: -H: -sl: sort by last played time. -H: -H: -ss: sort by score (implies -a). -H: -H: -sn: sort by num played count. -H: -H: -sf: sort by frequency. -H: -H: -sc: sort by number of channels. -H: -H: -si: sort by image id. -H: -H: -sy: sort by lyrics id. -H: -H: -sb: sort by bit rate. -H: -H: -sd: sort by duration. -H: -H: -sa: sort by audio format. +H: -sp: by path +H: -sl: by last played time +H: -ss: by score (implies -a) +H: -sn: by num played count +H: -sf: by frequency +H: -sc: by number of channels +H: -si: by image id +H: -sy: by lyrics id +H: -sb: by bit rate +H: -sd: by duration +H: -sa: by audio format --- N: lsatt P: AFS_READ diff --git a/audiod.cmd b/audiod.cmd index 6c99d4c7..ad8f67d0 100644 --- a/audiod.cmd +++ b/audiod.cmd @@ -19,17 +19,13 @@ H: Options: H: H: -m Change grab mode. Defaults to sloppy grab if not given. H: -H: -ms: sloppy grab +H: -ms: sloppy grab +H: -mp: pedantic grab +H: -ma: aggressive grab H: -H: -mp: pedantic grab -H: -H: -ma: aggressive grab -H: -H: The various grab modes only differ in what happens if the -H: file descriptor to write the grabbed audio data to is not -H: ready for writing (i.e. would block). Sloppy mode ignores -H: the write, pedantic mode aborts and aggressive mode tries -H: to write anyway. +H: The various grab modes only differ in what happens if an attempt to +H: write the grabbed audio data would block. Sloppy mode ignores the +H: write, pedantic mode aborts and aggressive mode tries to write anyway. H: H: -p Grab output of node PARENT of the buffer tree. H: