Browse code

ヘルプメッセージを修正

Masanobu Yasui authored on 2013/01/21 15:13:46
Showing 2 changed files
... ...
@@ -1,6 +1,8 @@
1 1
 1.3.5:
2 2
  - fix: log output unnecessary message.
3 3
  - fix: segfault when other server shutdown.
4
+ - add C(--core) option.
5
+ - C option is same as ulimit -c unlimited.
4 6
 
5 7
 1.3.4:
6 8
  - fix: makuosan had deleted files even if use the r option.
... ...
@@ -39,6 +39,7 @@ static void usage()
39 39
   printf("  -o           # don't listen (console off mode)\n");
40 40
   printf("  -O           # owner match limitation mode\n");
41 41
   printf("  -c --chroot  # chroot to base dir\n");
42
+  printf("  -C --core    # enable core\n");
42 43
   printf("  -V --version # version\n"); 
43 44
   printf("  -h --help    # help\n\n"); 
44 45
   exit(0);