From d588ba74439604cf29100aec7cd1da640a5d6fe5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 2 Mar 2019 11:21:25 -0800 Subject: Improve help consistency. More consistent tense, capitalization, and punctuation. A few commands were missing an introductory line, so I copied those from the first comment line. --- toys/other/reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/reset.c') diff --git a/toys/other/reset.c b/toys/other/reset.c index 5fc59706..4d16a4a3 100644 --- a/toys/other/reset.c +++ b/toys/other/reset.c @@ -12,7 +12,7 @@ config RESET help usage: reset - reset the terminal + Reset the terminal. */ #include "toys.h" -- cgit v1.2.3