aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 6fb31e260..0f6378e06 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4209,7 +4209,14 @@
#define sync_trivial_usage \
""
#define sync_full_usage "\n\n" \
- "Write all buffered filesystem blocks to disk"
+ "Write all buffered blocks to disk"
+
+#define fsync_trivial_usage \
+ "[OPTION]... FILE..."
+#define fsync_full_usage \
+ "Write files' buffered blocks to disk\n" \
+ "\nOptions:" \
+ "\n -d Avoid syncing metadata"
#define sysctl_trivial_usage \
"[OPTIONS]... [VALUE]..."