Signed-off-by: Christoph Hellwig <hch at lst.de> --- sheep/sheep.c | 1 + 1 file changed, 1 insertion(+) Index: sheepdog/sheep/sheep.c =================================================================== --- sheepdog.orig/sheep/sheep.c 2012-05-17 11:28:37.815991387 +0200 +++ sheepdog/sheep/sheep.c 2012-05-17 12:24:14.439959571 +0200 @@ -74,6 +74,7 @@ Options:\n\ -h, --help display this help and exit\n\ -i, --nr_io_worker set the number of workers for sheep internal requests (default 4)\n\ -l, --loglevel specify the level of logging detail\n\ + -o, --stdout log to stdout instead of shared logger\n\ -p, --port specify the TCP port on which to listen\n\ -v, --vnodes specify the number of virtual nodes\n\ -W, --disable-cache disable writecache\n\ |