From b9da939b5bc534bd27608a6d30de91e2d24a66c5 Mon Sep 17 00:00:00 2001 From: kiryph Date: Thu, 5 Apr 2018 19:25:24 +0200 Subject: [PATCH] [utility] Document that mkcd is run with -p --- modules/utility/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/utility/README.md b/modules/utility/README.md index 52bf0fc..e5dda67 100644 --- a/modules/utility/README.md +++ b/modules/utility/README.md @@ -45,4 +45,4 @@ Aliases `get` to ( `aria2c` || `axel` || `wget` || `curl` ). | alias | description | | ----- | ----------- | -| `mkcd` | mkdir and cd | +| `mkcd` | `mkdir -p` and `cd` |