summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-05 12:54:37 +0000
committerJim Meyering <jim@meyering.net>2001-05-05 12:54:37 +0000
commit204c08e9fa90975f67541085492fba10c7d10c7b (patch)
tree169b49ad1f2f35201f89151c540154de96e11391 /src
parent69d4a38c4e047a3695b56fae57cfdaf57479f08d (diff)
downloadcoreutils-204c08e9fa90975f67541085492fba10c7d10c7b.tar.xz
(usage): Correct description of -3.
Diffstat (limited to 'src')
-rw-r--r--src/comm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comm.c b/src/comm.c
index 28e9655a2..3be8e881f 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -1,5 +1,5 @@
/* comm -- compare two sorted files line by line.
- Copyright (C) 86, 90, 91, 1995-2000 Free Software Foundation, Inc.
+ Copyright (C) 86, 90, 91, 1995-2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -81,7 +81,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
\n\
-1 suppress lines unique to left file\n\
-2 suppress lines unique to right file\n\
- -3 suppress lines unique to both files\n\
+ -3 suppress lines that appear in both files\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));