1
0
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:
Jim Meyering
2001-11-23 20:10:25 +00:00
parent faf0e1a16e
commit b78de3e724
17 changed files with 67 additions and 37 deletions
+4 -2
View File
@@ -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);