aboutsummaryrefslogtreecommitdiff
path: root/toys/posix
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix')
-rw-r--r--toys/posix/true.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/posix/true.c b/toys/posix/true.c
index 2543b821..5e443212 100644
--- a/toys/posix/true.c
+++ b/toys/posix/true.c
@@ -11,6 +11,8 @@ config TRUE
bool "true"
default y
help
+ usage: true
+
Return zero.
*/