]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix documentation of select command.
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Mar 2008 15:49:58 +0000 (16:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Mar 2008 15:49:58 +0000 (16:49 +0100)
As pointed out by Gerrit Renker, the help text still used the old
syntax that changed in

f010019b9e89b814699bd6a94edaa8cde9cbd45c

afs.cmd

diff --git a/afs.cmd b/afs.cmd
index 8f36dd859ac7309398ee58901cc3ff1d31166d36..3f44873e444d7036f7b12b42fe4127420786cd71 100644 (file)
--- 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'.
 ---