Fix few typos

This commit is contained in:
Abin Simon 2022-01-26 19:05:31 +05:30
parent e9ff6ca3e6
commit 4120f68d09
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
# Added ### Added
- Add `--group-directories-first` as an alias for `--group-dirs=first` to improve compatibility with `coreutils/ls` - Add `--group-directories-first` as an alias for `--group-dirs=first` to improve compatibility with `coreutils/ls`
## [0.21.0] - 2022-01-16 ## [0.21.0] - 2022-01-16

View file

@ -105,7 +105,7 @@ lsd is a ls command with a lot of pretty colours and some other stuff to enrich
: Sort the directories then the files [default: none] [possible values: none, first, last] : Sort the directories then the files [default: none] [possible values: none, first, last]
`--group-directories-first` `--group-directories-first`
: Groups the directories at the top before the files. Same as `--group-dirs=first`. Same as `--group-dirs=first` : Groups the directories at the top before the files. Same as `--group-dirs=first`
`--icon <icon>...` `--icon <icon>...`
: When to print the icons [default: auto] [possible values: always, auto, never] : When to print the icons [default: auto] [possible values: always, auto, never]