mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 01:04:03 +02:00
ls: fix option placeholder (#16020)
This commit is contained in:
parent
d8dcbe637d
commit
f093d6d422
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- List files in [l]ong format, sorted by [S]ize (descending) recursively:
|
- List files in [l]ong format, sorted by [S]ize (descending) recursively:
|
||||||
|
|
||||||
`ls {{-lSR|-lS --recursive}}`
|
`ls {{[-lSR|-lS --recursive]}}`
|
||||||
|
|
||||||
- List files in [l]ong format, sorted by [t]ime the file was modified and in reverse order (oldest first):
|
- List files in [l]ong format, sorted by [t]ime the file was modified and in reverse order (oldest first):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue