changeset 8:a630b07450be

revised help message
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 06 Jan 2011 03:38:31 +0900
parents d2b8d45019d9
children c6f444d2272c
files rcctl.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <options> <vender> <song number>\n", cmd);
-    printf("options: -d <debug level>\n");
+    printf("options: -d <debug level> specify debug message level\n");
+    printf("         -h show this help\n");
     exit(0);
 }