# HG changeset patch # User Yoshiki Yazawa # Date 1294252711 -32400 # Node ID a630b07450be9cb1054522c4cbff2195512788d8 # Parent d2b8d45019d96482ec47dee489ef0d73f2991e41 revised help message diff -r d2b8d45019d9 -r a630b07450be rcctl.c --- a/rcctl.c Wed Jan 05 22:34:41 2011 +0900 +++ b/rcctl.c Thu Jan 06 03:38:31 2011 +0900 @@ -92,9 +92,10 @@ { printf("'Oke-Con' controller, version " S_VERS ".\n"); printf("Copyright (C) 1997-2002 by Tosy / W341IG.\n"); - printf("Adapted to linux by yaz / honeyplanet development\n"); + printf("Adapted to linux by yaz / honeyplanet development.\n"); printf("usage: %s \n", cmd); - printf("options: -d \n"); + printf("options: -d specify debug message level\n"); + printf(" -h show this help\n"); exit(0); }