summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorHuajing Li <huajing.li@intel.com>2017-08-09 16:33:15 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-08-21 10:42:39 +0800
commit88f9acd6cc5f53083207f4c00010ee0cf365c11c (patch)
tree64a152c29c51d0c5668c7422c542fbfdc6a92a3a /ShellPkg
parentfa74dd2217aebe6930890e55d58d35e639b18c2e (diff)
downloadedk2-88f9acd6cc5f53083207f4c00010ee0cf365c11c.tar.gz
edk2-88f9acd6cc5f53083207f4c00010ee0cf365c11c.tar.bz2
edk2-88f9acd6cc5f53083207f4c00010ee0cf365c11c.zip
Shell/mkdir: Modify the help content to align to spec.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Huajing Li <huajing.li@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni15
1 files changed, 6 insertions, 9 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
index 60f48f4633..f9c647a035 100644
--- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
+++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
@@ -464,18 +464,15 @@
"MKDIR dir [dir...]\r\n"
".SH OPTIONS\r\n"
" \r\n"
-" dir - Specifies the name of a directory or directories to create. (Wildcards are not\r\n"
-" allowed) \r\n"
+" dir - Specifies the name of a directory or directories to create.\r\n"
+" (Wildcards are not allowed)\r\n"
".SH DESCRIPTION\r\n"
" \r\n"
"NOTES:\r\n"
-" 1. The parent directory must already exist.\r\n"
-" 2. If the directory already exists, mkdir will abort.\r\n"
-" 3. Specifying additional directory parameters dependent on previous\r\n"
-" directory parameters is not allowed:\r\n"
-" For example, mkdir new new\Test is not allowed.\r\n"
-" 4. Redirecting output to a file that exists under the directory specified\r\n"
-" by this command is not allowed.\r\n"
+" 1. Mkdir can create one or more new directories.\r\n"
+" 2. If dir includes nested directories, then parent directories will be\r\n"
+" created before child directories.\r\n"
+" 3. If the directory already exists, mkdir will exit with an error.\r\n"
".SH EXAMPLES\r\n"
" \r\n"
"EXAMPLES:\r\n"