]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Shell/mkdir: Modify the help content to align to spec.
authorHuajing Li <huajing.li@intel.com>
Wed, 9 Aug 2017 08:33:15 +0000 (16:33 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Mon, 21 Aug 2017 02:42:39 +0000 (10:42 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Huajing Li <huajing.li@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni

index 60f48f4633d7d12b4b4426812732990b279e759d..f9c647a0354c462481404172ec92d99beb07be07 100644 (file)
 "MKDIR dir [dir...]\r\n"\r
 ".SH OPTIONS\r\n"\r
 " \r\n"\r
-"  dir - Specifies the name of a directory or directories to create. (Wildcards are not\r\n"\r
-"        allowed) \r\n"\r
+"  dir - Specifies the name of a directory or directories to create.\r\n"\r
+"        (Wildcards are not allowed)\r\n"\r
 ".SH DESCRIPTION\r\n"\r
 " \r\n"\r
 "NOTES:\r\n"\r
-"  1. The parent directory must already exist.\r\n"\r
-"  2. If the directory already exists, mkdir will abort.\r\n"\r
-"  3. Specifying additional directory parameters dependent on previous\r\n"\r
-"     directory parameters is not allowed:\r\n"\r
-"     For example, mkdir new new\Test is not allowed.\r\n"\r
-"  4. Redirecting output to a file that exists under the directory specified\r\n"\r
-"     by this command is not allowed.\r\n"\r
+"  1. Mkdir can create one or more new directories.\r\n"\r
+"  2. If dir includes nested directories, then parent directories will be\r\n"\r
+"     created before child directories.\r\n"\r
+"  3. If the directory already exists, mkdir will exit with an error.\r\n"\r
 ".SH EXAMPLES\r\n"\r
 " \r\n"\r
 "EXAMPLES:\r\n"\r