fixed typo on bash-ls - removed master (#28387)
I fixed a typo where the usage showed cat rather than ls. I removed a reference to *master on someones command line example that included a fancy shell hook that shows which git branch you are in (most people won't have that).
This commit is contained in:
committed by
Randell Dawson
parent
4c40b0de6c
commit
4d8b2ed063
@ -32,7 +32,7 @@ Most used options:
|
|||||||
List files in `freeCodeCamp/guide/`
|
List files in `freeCodeCamp/guide/`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls ⚬ master
|
ls
|
||||||
CODE_OF_CONDUCT.md bin package.json utils
|
CODE_OF_CONDUCT.md bin package.json utils
|
||||||
CONTRIBUTING.md gatsby-browser.js plugins yarn.lock
|
CONTRIBUTING.md gatsby-browser.js plugins yarn.lock
|
||||||
LICENSE.md gatsby-config.js src
|
LICENSE.md gatsby-config.js src
|
||||||
|
Reference in New Issue
Block a user