From 6916cedef4f941dad28dae5556d590ff7005c592 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Wed, 24 Oct 2018 03:11:54 +0530 Subject: [PATCH] [docs] Updated docs for mk -> mkd --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 28abdc3..c65302c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -33,7 +33,7 @@ mkr-update - `purge ` : Removes packages - `ar` / `autoremove` : Equivalent to `apt autoremove` - Directories - - `mk ` : Makes dir and changes into it + - `mkd ` : Creates dir at given path and changes cwd to it - `rmd [dir]` : Removes current directory and moves up OR removes directory by given name - git - `commit ` : Adds all untracked files and commits them @@ -44,4 +44,4 @@ mkr-update - systemctl - `status ` - `start ` - - `stop ` \ No newline at end of file + - `stop `