diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-07 10:57:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-07 10:57:29 +0000 |
commit | 9bc96fd932a1f8c5c1c999cba61ef83de13322b7 (patch) | |
tree | d853a1611b46aadf743de6ea267108d191129c1b /src | |
parent | 7b0658b00f1ce064279fa00365ff379afe7905ef (diff) | |
download | coreutils-9bc96fd932a1f8c5c1c999cba61ef83de13322b7.tar.xz |
clean up after commit hook testing
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3252,9 +3252,9 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ --block-size=SIZE use SIZE-byte blocks\n\ -B, --ignore-backups do not list implied entries ending with ~\n\ -c with -lt: sort by, and show, ctime (time of last\n\ - modification of file status information)\n\ + modification of file status information)\n\ with -l: show ctime and sort by name\n\ - otherwise: sort by ctime\n\ + otherwise: sort by ctime\n\ -C list entries by columns\n\ --color[=WHEN] control whether color is used to distinguish file\n\ types. WHEN may be `never', `always', or `auto'\n\ |