diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-07 10:12:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-07 10:12:25 +0000 |
commit | 4df9c47ca73005129a92a411abc1e2a18cef8f26 (patch) | |
tree | d853a1611b46aadf743de6ea267108d191129c1b /src | |
parent | 354a71cdc251981315eefe8e69fbeb5ed90f1c21 (diff) | |
download | coreutils-4df9c47ca73005129a92a411abc1e2a18cef8f26.tar.xz |
(usage): Untabify.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2349,7 +2349,7 @@ print_current_files (void) break; } } - + /* Return the expected number of columns in a long-format time stamp, or zero if it cannot be calculated. */ @@ -3252,7 +3252,7 @@ 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\ -C list entries by columns\n\ |