mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-18 17:39:22 +02:00
Split usage strings so that --help and --version
descriptions are alone in their own string.
This commit is contained in:
+4
-2
@@ -42,12 +42,14 @@ usage (int status)
|
||||
else
|
||||
{
|
||||
printf (_("Usage: %s [OPTION]\n"), program_name);
|
||||
printf (_("\
|
||||
fputs (_("\
|
||||
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);
|
||||
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
|
||||
}
|
||||
exit (status);
|
||||
|
||||
Reference in New Issue
Block a user