]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fade.ggo
paraslash 0.3.3
[paraslash.git] / fade.ggo
index 2a315e3941f21d843ae733f6c470b426c2f9cdfa..1ab71a5319de36eb893e4c853e1f38384eb3b3d7 100644 (file)
--- a/fade.ggo
+++ b/fade.ggo
@@ -35,11 +35,11 @@ option "fa_mode" -
 #~~~~~~~~~~~~~~~~~~~
  "fall asleep afs mode. Select this mode
 right after setting the volume. Example:
-       --fa_mode m:sleep
+       --fa_mode m/sleep
 "
 
        string typestr="afs_mode"
-       default="m:fa"
+       default="m/fade"
        optional
 
 option "fa_fade" -
@@ -62,14 +62,13 @@ option "sleep_mode" -
  "change to this afs mode after fading, stop
 playing if unset."
        string typestr="afs_mode"
-       default="m:sleep"
+       default="m/sleep"
        optional
 
 option "wake_hour" H
 #~~~~~~~~~~~~~~~~~~~
- "(0-23)"
+ "(0-23) (default: now + 9 hours)"
        int typestr="hour"
-       default="8"
        optional
 
 option "wake_min" M
@@ -83,7 +82,7 @@ option "wake_mode" -
 #~~~~~~~~~~~~~~~~~~~~~
  "change to this afs mode on waketime"
        string typestr="afs_mode"
-       default="m:wake"
+       default="m/wake"
        optional
 
 option "wake_fade" -