]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gcov-tool.c
gcov*: collapse lisence header to 2 lines in --version.
[thirdparty/gcc.git] / gcc / gcov-tool.c
index f8f1cb5d29bb8745a29c72a9f5f4c26321c60000..fca0178b4d58a0c85de078b15d1d17b5176285cf 100644 (file)
@@ -528,9 +528,8 @@ print_version (void)
   fnotice (stdout, "Copyright %s 2020 Free Software Foundation, Inc.\n",
            _("(C)"));
   fnotice (stdout,
-           _("This is free software; see the source for copying conditions.\n"
-             "There is NO warranty; not even for MERCHANTABILITY or \n"
-             "FITNESS FOR A PARTICULAR PURPOSE.\n\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"));
   exit (SUCCESS_EXIT_CODE);
 }