summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-12 17:31:52 +0000
committerJim Meyering <jim@meyering.net>2000-03-12 17:31:52 +0000
commit5e62fc320b1964f0dec9d622609ae81c13de9e5d (patch)
tree7c86c925b8627cf6acefc8f5333bc7f3cb04c091 /src
parent7386ed8bd1c8f4804a36bb176f037c3128167dc6 (diff)
downloadcoreutils-5e62fc320b1964f0dec9d622609ae81c13de9e5d.tar.xz
(usage): Correct --help output.
Diffstat (limited to 'src')
-rw-r--r--src/cksum.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cksum.c b/src/cksum.c
index db4db25da..0dfb31966 100644
--- a/src/cksum.c
+++ b/src/cksum.c
@@ -1,5 +1,5 @@
/* cksum -- calculate and print POSIX.2 checksums and sizes of files
- Copyright (C) 92, 1995-1999 Free Software Foundation, Inc.
+ Copyright (C) 92, 1995-2000 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
@@ -267,9 +267,10 @@ usage (int status)
else
{
printf (_("\
-Usage: %s [OPTION]... [FILE]...\n\
+Usage: %s [FILE]...\n\
+ or: %s [OPTION]\n\
"),
- program_name);
+ program_name, program_name);
printf (_("\
Print CRC checksum and byte counts of each FILE.\n\
\n\