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/posix/unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/unlink.c') diff --git a/toys/posix/unlink.c b/toys/posix/unlink.c index 4faef9dc..f5faab06 100644 --- a/toys/posix/unlink.c +++ b/toys/posix/unlink.c @@ -12,7 +12,7 @@ config UNLINK help usage: unlink FILE - Deletes one file. + Delete one file. */ #include "toys.h" -- cgit v1.2.3