public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] mesh: Add missing "storage" option to help menu
@ 2021-05-13  6:15 Inga Stotland
  2021-05-13  6:49 ` [BlueZ] " bluez.test.bot
  2021-05-13 18:54 ` [PATCH BlueZ] " Gix, Brian
  0 siblings, 2 replies; 3+ messages in thread
From: Inga Stotland @ 2021-05-13  6:15 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, Inga Stotland

This adds a previously missing entry for "storage" option
when printing the daemon usage info.
---
 mesh/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"
-- 
2.26.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-13 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-13  6:15 [PATCH BlueZ] mesh: Add missing "storage" option to help menu Inga Stotland
2021-05-13  6:49 ` [BlueZ] " bluez.test.bot
2021-05-13 18:54 ` [PATCH BlueZ] " Gix, Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox