1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:46:02 +02:00

ls: fix typo (#5228)

This commit is contained in:
Henrikh Kantuni 2021-02-03 21:37:37 +04:00 committed by GitHub
parent d28035c980
commit c61c31dc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
`ls -F` `ls -F`
- Long format list (permissions, ownership, size and modification date) of all files: - Long format list (permissions, ownership, size, and modification date) of all files:
`ls -la` `ls -la`