summaryrefslogtreecommitdiff
path: root/src/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync.c')
-rw-r--r--src/sync.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sync.c b/src/sync.c
index 5c0ea52ec..40bb5715b 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -46,10 +46,8 @@ usage (int status)
Force changed blocks to disk, update the super block.\n\
\n\
"), stdout);
- fputs (_("\
- --help display this help and exit\n\
- --version output version information and exit\n\
-"), stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
}
exit (status);