Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/link.c')
-rw-r--r--coreutils/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/link.c b/coreutils/link.c
index 23e0cfdd0..cb994da45 100644
--- a/coreutils/link.c
+++ b/coreutils/link.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LINK
-//config: bool "link (3.2 kb)"
+//config: bool "link (3.5 kb)"
//config: default y
//config: help
//config: link creates hard links between files.