make all: Also build man pages.
[paraslash.git] / server.ggo
index f6ebc17239794e1d9a9ddedfbb8fca5efe6432c9..6d824152d23165df92886d3059d0e6523cf339c1 100644 (file)
@@ -124,14 +124,6 @@ option "announce_time" A
        optional
 
 
-option "selector" S
-#~~~~~~~~~~~~~~~~~~
-
-"(default=random)"
-
-       string typestr="name"
-       optional
-
 #############################
 section "audio file selector"
 #############################
@@ -160,17 +152,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="name"
+       string typestr="<specifier>/<name>"
        optional
 
 
-
 section "http sender"
 #~~~~~~~~~~~~~~~~~~~~