From 840150990ae57419d93c2001809c71e03c911b89 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Mar 1999 17:48:10 +0000 Subject: [PATCH] restore blank lines in --version output --- lib/long-options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/long-options.c b/lib/long-options.c index 649fdb98e..ae7078082 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -71,9 +71,11 @@ parse_long_options (int argc, 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 -- 2.11.0