Removing redudant flag from ls

pull/849/head
Nelson Marcos 2025-02-25 10:46:48 -03:00
parent 5a325c23d7
commit bc825f4930
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ wget -q --show-progress \
Depending on your internet connection speed it may take a while to download the `584` megabytes of binaries, and once the download is complete, you can list them using the `ls` command:
```bash
ls -loh downloads
ls -oh downloads
```
```text