]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
Change syntax for selecting moods or playlists.
[paraslash.git] / server.ggo
index 650dcf0e69634ee25a0c9de8154e4a0130ba8e49..95e81b37839a76fcc0428492579e8e199fa58c60 100644 (file)
@@ -160,17 +160,16 @@ option "afs_initial_mode" i
 #~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 "Mood or playlist to load on startup. Must be
-prefixed with either 'p:' or 'm:' to indicate
+prefixed with either 'p/' or 'm/' to indicate
 whether a playlist or a mood should be
 loaded. Example:
-       --afs_initial_mode p:foo
+       --afs_initial_mode p/foo
 loads the playlist named 'foo'."
 
-       string typestr="aspecifier>:<name>"
+       string typestr="<specifier>/<name>"
        optional
 
 
-
 section "http sender"
 #~~~~~~~~~~~~~~~~~~~~