summaryrefslogtreecommitdiff
path: root/libdiskfs/opts-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/opts-common.c')
-rw-r--r--libdiskfs/opts-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/opts-common.c b/libdiskfs/opts-common.c
index 05de5144..97d511e0 100644
--- a/libdiskfs/opts-common.c
+++ b/libdiskfs/opts-common.c
@@ -34,7 +34,7 @@ const struct argp_option diskfs_common_options[] =
{"sync", 's', "INTERVAL", OPTION_ARG_OPTIONAL,
"If INTERVAL is supplied, sync all data not actually written to disk"
" every INTERVAL seconds, otherwise operate in synchronous mode (the"
- " default is to sync every 30 seconds)"},
+ " default is to sync every " DEFAULT_SYNC_INTERVAL_STRING " seconds)"},
{"no-sync", 'n', 0, 0, "Don't automatically sync data to disk"},
{"nosync", 0, 0, OPTION_ALIAS | OPTION_HIDDEN},
{"no-suid", 'S', 0, 0, "Don't permit set-uid or set-gid execution"},