diff options
Diffstat (limited to 'coreutils/link.c')
-rw-r--r-- | coreutils/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/link.c b/coreutils/link.c index d8d583b..23e0cfd 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.1 kb)" +//config: bool "link (3.2 kb)" //config: default y //config: help //config: link creates hard links between files. |