diff mbox

system/Config.in: fix custom skeleton help text

Message ID 31b1f7dff163950c1236.1399007320@argentina
State Accepted
Commit 4e5515382de952664398e1b8378b662d07f762e5
Headers show

Commit Message

Thomas De Schampheleire May 2, 2014, 5:08 a.m. UTC
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 system/Config.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard May 2, 2014, 7:25 a.m. UTC | #1
>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 > Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Committed, thanks.
Ryan Barnett May 2, 2014, 1:59 p.m. UTC | #2
Thomas,

Thomas De Schampheleire <patrickdepinguin@gmail.com> wrote on 05/02/2014 
12:08:40 AM:

> Signed-off-by: Thomas De Schampheleire 
<thomas.de.schampheleire@gmail.com>
> 
> ---
>  system/Config.in |  2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/system/Config.in b/system/Config.in
> --- a/system/Config.in
> +++ b/system/Config.in
> @@ -185,7 +185,7 @@ config BR2_ROOTFS_SKELETON_CUSTOM_PATH
>     string "custom target skeleton path"
>     default "system/skeleton"
>     help
> -     Path custom target skeleton.
> +     Path to custom target skeleton.

Acked-by: Ryan Barnett <rjbarnet@rockwellcollins.com

Thanks,
-Ryan
diff mbox

Patch

diff --git a/system/Config.in b/system/Config.in
--- a/system/Config.in
+++ b/system/Config.in
@@ -185,7 +185,7 @@  config BR2_ROOTFS_SKELETON_CUSTOM_PATH
 	string "custom target skeleton path"
 	default "system/skeleton"
 	help
-	  Path custom target skeleton.
+	  Path to custom target skeleton.
 endif
 
 if BR2_ROOTFS_SKELETON_DEFAULT