summaryrefslogtreecommitdiff
path: root/mesh
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2021-05-12 23:15:16 -0700
committerBrian Gix <brian.gix@intel.com>2021-05-13 11:47:30 -0700
commit5657a511637792f5db6cdb705d76f58be48a096d (patch)
tree66888ae439ca56a1d8b4e4ac496e537e11233f4d /mesh
parentd8397fe21cdcffd347b11328ba4b3b11a79b6299 (diff)
downloadbluez-5657a511637792f5db6cdb705d76f58be48a096d.tar.gz
mesh: Add missing "storage" option to help menu
This adds a previously missing entry for "storage" option when printing the daemon usage info.
Diffstat (limited to 'mesh')
-rw-r--r--mesh/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mesh/main.c b/mesh/main.c
index a13866d7e..dd99c3085 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"