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