[sheepdog] [PATCH] sheepfs: add missing commas to help message
MORITA Kazutaka
morita.kazutaka at gmail.com
Fri May 31 19:39:13 CEST 2013
From: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
This is necessary to autogenerate the sheepfs manual.
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
sheepfs/core.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sheepfs/core.c b/sheepfs/core.c
index 07117b1..97eff32 100644
--- a/sheepfs/core.c
+++ b/sheepfs/core.c
@@ -298,12 +298,12 @@ static void usage(int inval)
printf("\
Usage: sheepfs [OPTION]... MOUNTPOINT\n\
Options:\n\
- -a --address specify the sheep address (default: localhost)\n\
+ -a, --address specify the sheep address (default: localhost)\n\
-d, --debug enable debug output (implies -f)\n\
-f, --foreground sheepfs run in the foreground\n\
-k, --pagecache use local kernel's page cache to access volume\n\
- -n --noobjectcache disable object cache of the attached volumes\n\
- -p --port specify the sheep port (default: 7000)\n\
+ -n, --noobjectcache disable object cache of the attached volumes\n\
+ -p, --port specify the sheep port (default: 7000)\n\
-h, --help display this help and exit\n\
");
exit(inval);
--
1.7.9.5
More information about the sheepdog
mailing list