From: Jim Meyering Date: Sun, 7 Mar 1999 15:53:20 +0000 (+0000) Subject: (parse_long_options): Add the `...NO warranty...' message. X-Git-Tag: FILEUTILS-4_0e~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd167fba15778f9f92671a1ff7e3c05abe8b9b9;p=thirdparty%2Fcoreutils.git (parse_long_options): Add the `...NO warranty...' message. --- diff --git a/lib/long-options.c b/lib/long-options.c index fdc9ec0950..ec826e61d1 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -70,6 +70,12 @@ parse_long_options (int argc, case 'v': printf ("%s (%s) %s\n", command_name, package, version); + printf (_("\ +\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 should be settable via an arg. */