add option to CLI (#20141)

add option parameter to example of usage
This commit is contained in:
Benabadji Mohammed Salim
2018-10-28 04:02:07 +01:00
committed by Christopher McCormack
parent 11b1b150a8
commit 8e980f0f84

View File

@ -7,7 +7,7 @@ title: Bash mkdir
**Creates a directory** **Creates a directory**
``` ```
mkdir directory_name mkdir [options] directory_name
``` ```
Make directory(ies) with the provided name if they do not already exist. Make directory(ies) with the provided name if they do not already exist.