summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-04-16 16:26:13 +0200
committerJim Meyering <jim@meyering.net>2007-04-16 16:26:13 +0200
commit14816cf338422c4ed98fa172492cc97e6701cc61 (patch)
treee54fc9ee7d3205e21cb9eacd751a22b682910d38 /src/cut.c
parent74932c721b3f2b317e5131f44b79fcab1c7d98aa (diff)
downloadcoreutils-14816cf338422c4ed98fa172492cc97e6701cc61.tar.xz
* src/cut.c (usage): Adjust synopsis to show that an OPTION is required.
Reported by Rudolf Kastl.
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cut.c b/src/cut.c
index bf468fee4..0883e72d9 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -1,5 +1,5 @@
/* cut - remove parts of lines of files
- Copyright (C) 1997-2006 Free Software Foundation, Inc.
+ Copyright (C) 1997-2007 Free Software Foundation, Inc.
Copyright (C) 1984 David M. Ihnat
This program is free software; you can redistribute it and/or modify
@@ -186,7 +186,7 @@ usage (int status)
else
{
printf (_("\
-Usage: %s [OPTION]... [FILE]...\n\
+Usage: %s OPTION... [FILE]...\n\
"),
program_name);
fputs (_("\