From 298826eb1f50fdf5a437541464842cbe7c63ad36 Mon Sep 17 00:00:00 2001 From: jayvie Date: Sun, 14 Oct 2018 23:37:52 +0800 Subject: [PATCH] change command usage from cat to ls (#18992) * change command usage from cat to ls * Fix spelling of the word `directory` --- client/src/guide/english/bash/bash-ls/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/guide/english/bash/bash-ls/index.md b/client/src/guide/english/bash/bash-ls/index.md index 6f4ac9d5ea4..d820dc97c21 100644 --- a/client/src/guide/english/bash/bash-ls/index.md +++ b/client/src/guide/english/bash/bash-ls/index.md @@ -10,7 +10,7 @@ title: Bash ls ### Usage ```bash -cat [options] [file_names] +ls [options] [file_names/directory/path] ``` Most used options: