aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c
index 974e90452..e65d9cd8d 100644
--- a/coreutils/sync.c
+++ b/coreutils/sync.c
@@ -15,7 +15,7 @@
15//config: help 15//config: help
16//config: sync is used to flush filesystem buffers. 16//config: sync is used to flush filesystem buffers.
17//config:config FEATURE_SYNC_FANCY 17//config:config FEATURE_SYNC_FANCY
18//config: bool "Enable -d and -f flags (requres syncfs(2) in libc)" 18//config: bool "Enable -d and -f flags (requires syncfs(2) in libc)"
19//config: default y 19//config: default y
20//config: depends on SYNC 20//config: depends on SYNC
21//config: help 21//config: help