From e72bc8ea8b2a17a7fbc2944c28e4bc37938c01b9 Mon Sep 17 00:00:00 2001 From: Odin Dutton Date: Tue, 8 Oct 2019 10:16:25 +1100 Subject: [PATCH] Remove unneeded - --- docs/commands/cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/cd.md b/docs/commands/cd.md index 377733ba8f..b964be50c9 100644 --- a/docs/commands/cd.md +++ b/docs/commands/cd.md @@ -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. -## Examples - +## Examples ```shell /home/username> cd Desktop