From 7e88e970460162e712f640b1ca945ea5af8d038d Mon Sep 17 00:00:00 2001 From: Tarun Khubchandani Date: Sat, 19 Oct 2019 10:56:15 -0400 Subject: [PATCH 1/2] Updating the markdown file for the cd command --- reference/static/commands/basics/cd.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/static/commands/basics/cd.md b/reference/static/commands/basics/cd.md index 1a2f017..d4c8498 100644 --- a/reference/static/commands/basics/cd.md +++ b/reference/static/commands/basics/cd.md @@ -1,15 +1,16 @@ cd ------- -Short description of the command +This is my super short description. ~~~ bash -*short* example of command usage and output +$ cd ~ ~~~ --- ### Useful Options / Examples +`cd` #### Example command From be402a3ba3054779618a7bc45b2eb7ca1398246f Mon Sep 17 00:00:00 2001 From: Tarun Khubchandani Date: Sat, 19 Oct 2019 11:05:38 -0400 Subject: [PATCH 2/2] Made description long --- reference/static/commands/basics/cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/static/commands/basics/cd.md b/reference/static/commands/basics/cd.md index d4c8498..614fed9 100644 --- a/reference/static/commands/basics/cd.md +++ b/reference/static/commands/basics/cd.md @@ -1,7 +1,7 @@ cd ------- -This is my super short description. +This is my super long description. ~~~ bash $ cd ~