diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 23:53:39 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 23:53:39 +0000 |
commit | 73c0749921b7c39cdbe973ffe5ddb9dfcc78184a (patch) | |
tree | 3bf61cbefb0cf6c36e13b80827a477a332679c64 | |
parent | 2ae6e04c14265fb5044e28eed0aae7898b0ce3be (diff) | |
download | coreutils-73c0749921b7c39cdbe973ffe5ddb9dfcc78184a.tar.xz |
Fix typo in ls POSIX changes.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ GNU coreutils NEWS -*- outline -*- ls changes: - -p now appends '/' only to directories; it is equivalent to the - new option --indicator-style=directory. Use --file-type or + -p now marks only directories; it is equivalent to the new option + --indicator-style=directory. Use --file-type or --indicator-style=file-type to get -p's old behavior. nohup changes: |