mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
Fix few typos
This commit is contained in:
parent
e9ff6ca3e6
commit
4120f68d09
2 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
# Added
|
||||
### Added
|
||||
- Add `--group-directories-first` as an alias for `--group-dirs=first` to improve compatibility with `coreutils/ls`
|
||||
|
||||
## [0.21.0] - 2022-01-16
|
||||
|
|
|
@ -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]
|
||||
|
||||
`--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>...`
|
||||
: When to print the icons [default: auto] [possible values: always, auto, never]
|
||||
|
|
Loading…
Reference in a new issue