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 2879638d3..fcc86da97 100644 --- a/coreutils/unlink.c +++ b/coreutils/unlink.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see LICENSE in this source tree | 6 | * Licensed under GPLv2, see LICENSE in this source tree |
7 | */ | 7 | */ |
8 | //config:config UNLINK | 8 | //config:config UNLINK |
9 | //config: bool "unlink" | 9 | //config: bool "unlink (3.5 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: unlink deletes a file by calling unlink() | 12 | //config: unlink deletes a file by calling unlink() |