From bc825f4930f6102361ed29591add311bbd8cd2b7 Mon Sep 17 00:00:00 2001 From: Nelson Marcos Date: Tue, 25 Feb 2025 10:46:48 -0300 Subject: [PATCH] Removing redudant flag from ls --- docs/02-jumpbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-jumpbox.md b/docs/02-jumpbox.md index 4521551..879b8f0 100644 --- a/docs/02-jumpbox.md +++ b/docs/02-jumpbox.md @@ -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