]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fade.ggo
upd_send.c: Use write_nonblock() rather than write_all().
[paraslash.git] / fade.ggo
index 2a315e3941f21d843ae733f6c470b426c2f9cdfa..5965cba96f6a5363da66244b1b97890aee0d7dec 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,20 +62,19 @@ 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
 #~~~~~~~~~~~~~~~~~~
 "(0-59)"
-       int typestr="seconds"
+       int typestr="minutes"
        default="0"
        optional
 
@@ -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" -