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 29386b0..400388c 100644 --- a/coreutils/true.c +++ b/coreutils/true.c @@ -10,7 +10,7 @@ //config: bool "true (tiny)" //config: default y //config: help -//config: true returns an exit code of TRUE (0). +//config: true returns an exit code of TRUE (0). //applet:IF_TRUE(APPLET_NOFORK(true, true, BB_DIR_BIN, BB_SUID_DROP, true)) |