Promote fsync.
diff --git a/toys/pending/fsync.c b/toys/other/fsync.c
similarity index 88%
rename from toys/pending/fsync.c
rename to toys/other/fsync.c
index bf673df..e6f6c8d 100644
--- a/toys/pending/fsync.c
+++ b/toys/other/fsync.c
@@ -8,14 +8,15 @@
 
 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"