[git commit] cp: add missing quote in config snippet

Denys Vlasenko vda.linux at googlemail.com
Mon Jul 16 22:16:16 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=1fbb73fc4cee44f0768fbb09fe8f41a52d47ed3e
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/cp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreutils/cp.c b/coreutils/cp.c
index b623aaf33..ae60623d3 100644
--- a/coreutils/cp.c
+++ b/coreutils/cp.c
@@ -26,7 +26,7 @@
 //config:	Also add support for --parents option.
 //config:
 //config:config FEATURE_CP_REFLINK
-//config:	bool "Enable --reflink[=auto]
+//config:	bool "Enable --reflink[=auto]"
 //config:	default y
 //config:	depends on FEATURE_CP_LONG_OPTIONS
 


More information about the busybox-cvs mailing list