Diff between d8397fe21cdcffd347b11328ba4b3b11a79b6299 and 5657a511637792f5db6cdb705d76f58be48a096d
Changed Files
| File | Additions | Deletions | Status |
| mesh/main.c | +2 | -1 | modified |
Full Patch
diff --git a/mesh/main.c b/mesh/main.c
index a13866d..dd99c30 100644
--- a/mesh/main.c
+++ b/mesh/main.c
@@ -56,7 +56,8 @@ static void usage(void)
fprintf(stderr,
"Options:\n"
"\t--io <io> Use specified io (default: generic)\n"
- "\t--config Configuration directory\n"
+ "\t--config Daemon configuration directory\n"
+ "\t--storage Mesh node(s) configuration directory\n"
"\t--nodetach Run in foreground\n"
"\t--debug Enable debug output\n"
"\t--dbus-debug Enable D-Bus debugging\n"