aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/other/fsync.c (renamed from toys/pending/fsync.c)7
1 files changed, 4 insertions, 3 deletions
diff --git a/toys/pending/fsync.c b/toys/other/fsync.c
index bf673df1..e6f6c8d9 100644
--- a/toys/pending/fsync.c
+++ b/toys/other/fsync.c
@@ -8,14 +8,15 @@ USE_FSYNC(NEWTOY(fsync, "<1d", TOYFLAG_BIN))
config FSYNC
bool "fsync"
- default n
+ default y
help
- usage: fsync [d] [FILE...]
+ usage: fsync [-d] [FILE...]
Synchronize a file's in-core state with storage device.
- -d Avoid syncing metadata.
+ -d Avoid syncing metadata.
*/
+
#define FOR_fsync
#include "toys.h"