Applied On Wed, 2021-05-12 at 23:15 -0700, Inga Stotland wrote: > 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"