aboutsummaryrefslogtreecommitdiff
path: root/coreutils/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/true.c')
-rw-r--r--coreutils/true.c2
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 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config TRUE 9//config:config TRUE
10//config: bool "true" 10//config: bool "true (tiny)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: true returns an exit code of TRUE (0). 13//config: true returns an exit code of TRUE (0).