Removing redudant flag from ls

This commit is contained in:
Nelson Marcos
2025-02-25 10:46:48 -03:00
parent 5a325c23d7
commit bc825f4930

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