diff mbox

[v3,6/6] Adjust prompt for the post-build scripts option

Message ID 1360274328-14754-7-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit c482eed74c5238065ab1211c1e094be656fcda4f
Headers show

Commit Message

Thomas Petazzoni Feb. 7, 2013, 9:58 p.m. UTC
Since the post-image config option uses the plural for "Custom
scripts", do the same for the post-build config option, for
consistency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 system/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Samuel Martin Feb. 8, 2013, 5:31 a.m. UTC | #1
2013/2/7 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>:
> Since the post-image config option uses the plural for "Custom
> scripts", do the same for the post-build config option, for
> consistency.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
diff mbox

Patch

diff --git a/system/Config.in b/system/Config.in
index bdd47c5..1e4fff3 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -261,7 +261,7 @@  config BR2_ROOTFS_OVERLAY
 	  ~ and .git, .svn and .hg directories.
 
 config BR2_ROOTFS_POST_BUILD_SCRIPT
-	string "Custom script to run before creating filesystem images"
+	string "Custom scripts to run before creating filesystem images"
 	default ""
 	help
 	  Specify a space-separated list of scripts to be run after the build