Message ID | 20210513061516.114889-1-inga.stotland@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [BlueZ] mesh: Add missing "storage" option to help menu | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=481661 ---Test result--- Test Summary: CheckPatch PASS 0.48 seconds GitLint PASS 0.12 seconds Prep - Setup ELL PASS 41.27 seconds Build - Prep PASS 0.12 seconds Build - Configure PASS 7.08 seconds Build - Make PASS 174.12 seconds Make Check PASS 9.27 seconds Make Distcheck PASS 207.89 seconds Build w/ext ELL - Configure PASS 7.25 seconds Build w/ext ELL - Make PASS 164.20 seconds Details ############################## Test: CheckPatch - PASS Desc: Run checkpatch.pl script with rule in .checkpatch.conf ############################## Test: GitLint - PASS Desc: Run gitlint with rule in .gitlint ############################## Test: Prep - Setup ELL - PASS Desc: Clone, build, and install ELL ############################## Test: Build - Prep - PASS Desc: Prepare environment for build ############################## Test: Build - Configure - PASS Desc: Configure the BlueZ source tree ############################## Test: Build - Make - PASS Desc: Build the BlueZ source tree ############################## Test: Make Check - PASS Desc: Run 'make check' ############################## Test: Make Distcheck - PASS Desc: Run distcheck to check the distribution ############################## Test: Build w/ext ELL - Configure - PASS Desc: Configure BlueZ source with '--enable-external-ell' configuration ############################## Test: Build w/ext ELL - Make - PASS Desc: Build BlueZ source with '--enable-external-ell' configuration --- Regards, Linux Bluetooth
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"
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"