diff options
author | Rob Landley <rob@landley.net> | 2019-12-28 16:16:52 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-12-28 16:16:52 -0600 |
commit | 2c0288325ac2a9f1d35af76be6d941bf06455e3b (patch) | |
tree | 3c11e65423171b93a53f0e092ed06d250e1e27ed | |
parent | d511650db5b4988e440350ff5cf9229008b03870 (diff) | |
download | toybox-2c0288325ac2a9f1d35af76be6d941bf06455e3b.tar.gz |
More sheer pedantry.
-rw-r--r-- | toys/posix/true.c | 2 |
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. */ |