diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-17 00:16:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-17 00:16:16 +0200 |
commit | 1fbb73fc4cee44f0768fbb09fe8f41a52d47ed3e (patch) | |
tree | 496b352fcd4fb421af3025e549ac65a795e73d94 | |
parent | b0441a7189c874808dcfc36567d3e878c6ec7ba3 (diff) | |
download | busybox-w32-1fbb73fc4cee44f0768fbb09fe8f41a52d47ed3e.tar.gz busybox-w32-1fbb73fc4cee44f0768fbb09fe8f41a52d47ed3e.tar.bz2 busybox-w32-1fbb73fc4cee44f0768fbb09fe8f41a52d47ed3e.zip |
cp: add missing quote in config snippet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | coreutils/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
26 | //config: Also add support for --parents option. | 26 | //config: Also add support for --parents option. |
27 | //config: | 27 | //config: |
28 | //config:config FEATURE_CP_REFLINK | 28 | //config:config FEATURE_CP_REFLINK |
29 | //config: bool "Enable --reflink[=auto] | 29 | //config: bool "Enable --reflink[=auto]" |
30 | //config: default y | 30 | //config: default y |
31 | //config: depends on FEATURE_CP_LONG_OPTIONS | 31 | //config: depends on FEATURE_CP_LONG_OPTIONS |
32 | 32 | ||