aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/tty.c')
-rw-r--r--toys/posix/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/tty.c b/toys/posix/tty.c
index 1694d846..9a833d5e 100644
--- a/toys/posix/tty.c
+++ b/toys/posix/tty.c
@@ -17,7 +17,7 @@ config TTY
Prints "not a tty" and exits with nonzero status if no terminal
is connected to stdin.
- -s silent, exit code only
+ -s Silent, exit code only
*/
#include "toys.h"