diff options
author | Andreas Kling <kling@serenityos.org> | 2020-11-11 20:44:30 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-11-11 20:46:06 +0100 |
commit | b413c7ae6aa04e3ad31cdea01c259515127b2087 (patch) | |
tree | c9b94a494dadf60294ed398d98a9cd276f3099ee /Base/usr | |
parent | 5aafbdc4e890f6d3517e430dba2dabc2aa8110f4 (diff) | |
download | serenity-b413c7ae6aa04e3ad31cdea01c259515127b2087.zip |
ls: Only append file type indicators when -F or --classify is specified
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/ls.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/ls.md b/Base/usr/share/man/man1/ls.md index 0af1c5bec2..3baaac844f 100644 --- a/Base/usr/share/man/man1/ls.md +++ b/Base/usr/share/man/man1/ls.md @@ -20,6 +20,7 @@ If no *path* argument is provided the current working directory is used. * `-a`, `--all`: Show dotfiles * `-A`: Do not list implied . and .. directories * `-B`, `--ignore-backups`: Do not list implied entries ending with ~ +* `-F`, `--classify`: Append a file type indicator to entries * `-d`, `--directory`: List directories themselves, not their contents * `-l`, `--long`: Display long info * `-t`: Sort files by timestamp |