aboutsummaryrefslogtreecommitdiff
path: root/toys/other/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/fsync.c')
-rw-r--r--toys/other/fsync.c2
1 files changed, 1 insertions, 1 deletions
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