From 4c2157447d13e9fb87dc8d2c37b32c3dd155acbc Mon Sep 17 00:00:00 2001 From: Daigo Moriwaki Date: Sat, 10 Jul 2010 19:17:05 +0900 Subject: [PATCH] Updated usage. --- shogi-server | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 67 insertions(+), 10 deletions(-) diff --git a/shogi-server b/shogi-server index 580760a..750fa6a 100755 --- a/shogi-server +++ b/shogi-server @@ -62,35 +62,92 @@ end def usage print <.conf". The file will be re-read once just after a + game starts. + + For example, a floodgate-3600-30 game group requires + floodgate-3600-30.conf. However, for floodgate-900-0 and + floodgate-3600-0, which were default enabled in previous + versions, configuration files are optional if you are happy with + default time settings. + File format is: + Line format: + # This is a comment line + DoW Time + ... + where + DoW := "Sun" | "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" | + "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | + "Friday" | "Saturday" + Time := HH:MM + + For example, + Sat 13:00 + Sat 22:00 + Sun 13:00 + LICENSE - GPL versoin 2 or later + GPL versoin 2 or later SEE ALSO RELEASE - #{ShogiServer::Release} + #{ShogiServer::Release} REVISION - #{ShogiServer::Revision} + #{ShogiServer::Revision} EOM end -- 2.11.0