# HG changeset patch # User Jim Meyering # Date 920828890 0 # Node ID 265ee2df7a685caf887c663f2cc8fa5d4d164b73 # Parent 834635b785fe5d9818d88b3eb28503290093abcc restore blank lines in --version output diff --git a/lib/long-options.c b/lib/long-options.c --- a/lib/long-options.c +++ b/lib/long-options.c @@ -71,9 +71,11 @@ case 'v': printf ("%s (%s) %s\n", command_name, package, version); printf (_("\ +\n\ Copyright (C) 1999 Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ +\n\ ")); printf (_("Written by %s.\n"), authors); close_stdout (); /* FIXME: output failure exit status