change command usage from cat to ls (#18992)

* change command usage from cat to ls

* Fix spelling of the word `directory`
pull/19098/head
jayvie 2018-10-14 23:37:52 +08:00 committed by A-J Roos
parent c259008aac
commit 298826eb1f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ title: Bash ls
### Usage ### Usage
```bash ```bash
cat [options] [file_names] ls [options] [file_names/directory/path]
``` ```
Most used options: Most used options: