diff options
Diffstat (limited to 'coreutils/true.c')
-rw-r--r-- | coreutils/true.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/true.c b/coreutils/true.c index 6a9493f9d..29386b021 100644 --- a/coreutils/true.c +++ b/coreutils/true.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config TRUE -//config: bool "true" +//config: bool "true (tiny)" //config: default y //config: help //config: true returns an exit code of TRUE (0). |