diff options
Diffstat (limited to 'coreutils/unlink.c')
-rw-r--r-- | coreutils/unlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/unlink.c b/coreutils/unlink.c index 61b108a84..24be81da6 100644 --- a/coreutils/unlink.c +++ b/coreutils/unlink.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see LICENSE in this source tree | 7 | * Licensed under GPLv2, see LICENSE in this source tree |
8 | */ | 8 | */ |
9 | //config:config UNLINK | 9 | //config:config UNLINK |
10 | //config: bool "unlink (3.5 kb)" | 10 | //config: bool "unlink (3.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: unlink deletes a file by calling unlink() | 13 | //config: unlink deletes a file by calling unlink() |