diff options
Diffstat (limited to 'coreutils/realpath.c')
-rw-r--r-- | coreutils/realpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index 4392368..f5f8687 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c @@ -8,7 +8,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config REALPATH -//config: bool "realpath (1.1 kb)" +//config: bool "realpath (1.6 kb)" //config: default y //config: help //config: Return the canonicalized absolute pathname. |