diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-21 13:32:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-21 13:32:40 +0000 |
commit | c6a13a33544a32c3d21afcd2faccb8c5e677a802 (patch) | |
tree | 48f8f82ad2f699902482ee4c978447a396ffa73e /ChangeLog | |
parent | 680bd6f6dd1615e37c7512650590a582df6757b9 (diff) | |
download | coreutils-c6a13a33544a32c3d21afcd2faccb8c5e677a802.tar.xz |
* src/su.c (usage): Correct typo in --help output: s/commmand/command/
Reported by Tim Waugh.
Also remove the comment duplicating much of --help output.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-07-21 Jim Meyering <jim@meyering.net> + * src/su.c (usage): Correct typo in --help output: s/commmand/command/ + Reported by Tim Waugh. + Also remove the comment duplicating much of --help output. + * src/ls.c (FILE_TYPE_INDICATOR_OPTION): Reposition this new name so the list remains alphabetized. |