diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-25 14:37:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-25 14:37:40 +0000 |
commit | a62884b9bbab519b8109803d1c4106f4b7e23f31 (patch) | |
tree | 009446a254e90f8186d5c355758c2312dc1fcacc /old | |
parent | 79d3f45d3751ed87f3550776c4f73feb82f34a9d (diff) | |
download | coreutils-a62884b9bbab519b8109803d1c4106f4b7e23f31.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 854782aca..19a8e7a8a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,13 @@ -2001-11-23 Jim Meyering <meyering@lucent.com> +2001-11-25 Jim Meyering <meyering@lucent.com> * Version 2.0.18. + * src/cksum.c (usage): Indent --help and --version strings to + start in the 7th column. + * src/pr.c (usage): Likewise. + +2001-11-23 Jim Meyering <meyering@lucent.com> + Factor out some common strings to make translation easier. * cat.c, cksum.c, comm.c, csplit.c, cut.c, expand.c, fmt.c, fold.c: |