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/other/fsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/fsync.c') diff --git a/toys/other/fsync.c b/toys/other/fsync.c index bd73f398..d7812b90 100644 --- a/toys/other/fsync.c +++ b/toys/other/fsync.c @@ -14,7 +14,7 @@ config FSYNC Synchronize a file's in-core state with storage device. - -d Avoid syncing metadata. + -d Avoid syncing metadata */ #define FOR_fsync -- cgit v1.2.3