From: Andre Noll Date: Thu, 13 Mar 2008 15:49:58 +0000 (+0100) Subject: Fix documentation of select command. X-Git-Tag: v0.3.2~64 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7ab176a3b0771cfcdd8ee103cd5452e971d12e26 Fix documentation of select command. As pointed out by Gerrit Renker, the help text still used the old syntax that changed in f010019b9e89b814699bd6a94edaa8cde9cbd45c --- diff --git a/afs.cmd b/afs.cmd index 8f36dd85..3f44873e 100644 --- a/afs.cmd +++ b/afs.cmd @@ -235,11 +235,11 @@ H: -v Verbose mode. N: select P: AFS_READ | AFS_WRITE D: Activate a mood or a playlist. -U: select specifier:name +U: select specifier/name H: The specifier is either 'm' or 'p' to indicate whether a playlist or H: a mood should be activated. Example: H: -H: select m:foo +H: select m/foo H: H: loads the mood named 'foo'. ---