diff options
| author | Jim Meyering <jim@meyering.net> | 2001-11-25 14:37:18 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-11-25 14:37:18 +0000 |
| commit | 79d3f45d3751ed87f3550776c4f73feb82f34a9d (patch) | |
| tree | b03f059f8d6f4aac39c189678b090f0ad6037bde /src/cksum.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-79d3f45d3751ed87f3550776c4f73feb82f34a9d.tar.gz coreutils-79d3f45d3751ed87f3550776c4f73feb82f34a9d.zip | |
(usage): Indent --help and --version strings to start in the 7th column.
Diffstat (limited to 'src/cksum.c')
| -rw-r--r-- | src/cksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cksum.c b/src/cksum.c index 34a3b8133..5c5b5164e 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -287,8 +287,8 @@ Print CRC checksum and byte counts of each FILE.\n\ \n\ "), stdout); fputs (_("\ - --help display this help and exit\n\ - --version output version information and exit\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ "), stdout); puts (_("\nReport bugs to <bug-textutils@gnu.org>.")); } |
