changeset 1723:565c8d2d7914

(parse_long_options): Add the `...NO warranty...' message.
author Jim Meyering <jim@meyering.net>
date Sun, 07 Mar 1999 15:53:20 +0000
parents ac6a5e58e859
children 6b18b85b9da9
files lib/long-options.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/long-options.c
+++ b/lib/long-options.c
@@ -70,6 +70,12 @@
 
 	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.  */