cp: add missing quote in config snippet
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Jul 2018 22:16:16 +0000 (00:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 16 Jul 2018 22:16:16 +0000 (00:16 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/cp.c

index b623aaf3381339763f6bb9f6eb3a2a80b6a15295..ae60623d310609ca066cdac5510fbcbf76d07e38 100644 (file)
@@ -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