From: Andre Noll Date: Sat, 29 Sep 2007 13:29:26 +0000 (+0200) Subject: afs.cmd: Fix typo in setatt help. X-Git-Tag: v0.3.0~323 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=be557cb0c7593e2b67fda79d0c34853862e5f4d9 afs.cmd: Fix typo in setatt help. --- diff --git a/afs.cmd b/afs.cmd index cb8b671e..e6e0d3e1 100644 --- a/afs.cmd +++ b/afs.cmd @@ -103,7 +103,7 @@ U: setatt attribute{+|-}... pattern H: Set ('+') or unset ('-') the given attributes for all audio files matching H: pattern. Example: H: -H: sa rock+ punk+ classic- '*foo.mp3' +H: setatt rock+ punk+ classic- '*foo.mp3' H: H: sets the 'rock' and the 'punk' attribute but unsets the 'classic' H: attribute of all files ending with 'foo.mp3'.