]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove SPCs before TAB
authorJim Meyering <jim@meyering.net>
Tue, 15 Apr 2003 16:12:44 +0000 (16:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Apr 2003 16:12:44 +0000 (16:12 +0000)
old/textutils/ChangeLog

index bc43c75876f1e4eb1f36ac82bd4825bedcf2906f..5b1ab90fa54a68dad4b3a6187b7101794ef7ad59 100644 (file)
        * src/sort.c, src/split.c, src/sum.c, src/sys2.h, src/tac.c:
        * src/tail.c, src/tr.c, src/tsort.c, src/unexpand.c, src/uniq.c:
        * src/wc.c (usage): Use new macros, HELP_OPTION_DESCRIPTION and
-       VERSION_OPTION_DESCRIPTION instead of hard-coding --help and
+       VERSION_OPTION_DESCRIPTION instead of hard-coding --help and
        --version descriptions.
        * po/POTFILES.in: Add src/sys2.h.
 
 
        * src/cat.c (usage) [O_BINARY]: Describe -B,--binary option.
        (main) [O_BINARY]: binary_files, binary_output, file_open_mode:
-       new variables.  Add --binary to long_options[].  Switch stdin and
+       new variables.  Add --binary to long_options[].  Switch stdin and
        stdout to binary mode unless file contents are not important
        anyway.  Open files in binary mode when required.