aboutsummaryrefslogtreecommitdiff
path: root/coreutils/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/false.c')
-rw-r--r--coreutils/false.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/false.c b/coreutils/false.c
index e3903efd0..ee175a9a2 100644
--- a/coreutils/false.c
+++ b/coreutils/false.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 FALSE 9//config:config FALSE
10//config: bool "false (tiny)" 10//config: bool "false (314 bytes)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: false returns an exit code of FALSE (1). 13//config: false returns an exit code of FALSE (1).