From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/posix/head.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/head.c') diff --git a/toys/posix/head.c b/toys/posix/head.c index f300760d..e3d78866 100644 --- a/toys/posix/head.c +++ b/toys/posix/head.c @@ -15,7 +15,7 @@ config HEAD Copy first lines from files to stdout. If no files listed, copy from stdin. Filename "-" is a synonym for stdin. - -n Number of lines to copy. + -n Number of lines to copy */ #define FOR_head -- cgit v1.2.3