mesh: Add missing "storage" option to help menu
authorInga Stotland <inga.stotland@intel.com>
Thu, 13 May 2021 06:15:16 +0000 (23:15 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
This adds a previously missing entry for "storage" option
when printing the daemon usage info.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
mesh/main.c

index 84acdfc..a214e95 100644 (file)
@@ -59,7 +59,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"