diff options
Diffstat (limited to 'src/sync.c')
-rw-r--r-- | src/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.c b/src/sync.c index 5e94afbdd..ce3fc0531 100644 --- a/src/sync.c +++ b/src/sync.c @@ -49,7 +49,7 @@ Force changed blocks to disk, update the super block.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); + emit_bug_reporting_address (); } exit (status); } |