1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 12:56:22 +02:00

Remove unneeded -

This commit is contained in:
Odin Dutton
2019-10-08 10:16:25 +11:00
parent a882e640e4
commit e72bc8ea8b

@ -2,7 +2,7 @@
If you didn't already know, the `cd` command is very simple. It stands for 'change directory' and it does exactly that. It changes the current directory to the one specified. If no directory is specified, it takes you to the home directory. Additionally, using `cd ..` takes you to the parent directory. If you didn't already know, the `cd` command is very simple. It stands for 'change directory' and it does exactly that. It changes the current directory to the one specified. If no directory is specified, it takes you to the home directory. Additionally, using `cd ..` takes you to the parent directory.
## Examples - ## Examples
```shell ```shell
/home/username> cd Desktop /home/username> cd Desktop