All of lore.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

* RE: [BlueZ] mesh: Add missing "storage" option to help menu
  2021-05-13  6:15 [PATCH BlueZ] mesh: Add missing "storage" option to help menu Inga Stotland
@ 2021-05-13  6:49 ` bluez.test.bot
  2021-05-13 18:54 ` [PATCH BlueZ] " Gix, Brian
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2021-05-13  6:49 UTC (permalink / raw)
  To: linux-bluetooth, inga.stotland

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

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


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

* Re: [PATCH BlueZ] mesh: Add missing "storage" option to help menu
  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 ` Gix, Brian
  1 sibling, 0 replies; 3+ messages in thread
From: Gix, Brian @ 2021-05-13 18:54 UTC (permalink / raw)
  To: linux-bluetooth, Stotland, Inga

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"

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.