diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-23 12:52:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-23 12:52:54 +0000 |
commit | 63d49273c475b545d02048d6676e5780e2c8a7dd (patch) | |
tree | ed97a89153c9145c6c985128f5f240e731b49420 /src | |
parent | 2df44bba5b492f269ff104f34b2ecbbda08a5493 (diff) | |
download | coreutils-63d49273c475b545d02048d6676e5780e2c8a7dd.tar.xz |
(usage): Make --literal (-N) description clearer.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2705,7 +2705,8 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ -L, --dereference list entries pointed to by symbolic links\n\ -l use a long listing format\n\ -m fill width with a comma separated list of entries\n\ - -N, --literal do not quote entry names\n\ + -N, --literal print raw entry names (don't treat e.g. control\n\ + characters specially)\n\ -n, --numeric-uid-gid list numeric UIDs and GIDs instead of names\n\ -o use long listing format without group info\n\ -p append a character for typing each entry\n\ |