summaryrefslogtreecommitdiff
path: root/lib/long-options.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-07 15:53:20 +0000
committerJim Meyering <jim@meyering.net>1999-03-07 15:53:20 +0000
commit2cd167fba15778f9f92671a1ff7e3c05abe8b9b9 (patch)
treedc642a4580212e27bbd9f565a10998ea926e941c /lib/long-options.c
parent133e0a63c5c2a41728967b2610cc19532a73903b (diff)
downloadcoreutils-2cd167fba15778f9f92671a1ff7e3c05abe8b9b9.tar.xz
(parse_long_options): Add the `...NO warranty...' message.
Diffstat (limited to 'lib/long-options.c')
-rw-r--r--lib/long-options.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/long-options.c b/lib/long-options.c
index fdc9ec095..ec826e61d 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. */