mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
fa74dd2217
commit
88f9acd6cc
|
@ -464,18 +464,15 @@
|
||||||
"MKDIR dir [dir...]\r\n"
|
"MKDIR dir [dir...]\r\n"
|
||||||
".SH OPTIONS\r\n"
|
".SH OPTIONS\r\n"
|
||||||
" \r\n"
|
" \r\n"
|
||||||
" dir - Specifies the name of a directory or directories to create. (Wildcards are not\r\n"
|
" dir - Specifies the name of a directory or directories to create.\r\n"
|
||||||
" allowed) \r\n"
|
" (Wildcards are not allowed)\r\n"
|
||||||
".SH DESCRIPTION\r\n"
|
".SH DESCRIPTION\r\n"
|
||||||
" \r\n"
|
" \r\n"
|
||||||
"NOTES:\r\n"
|
"NOTES:\r\n"
|
||||||
" 1. The parent directory must already exist.\r\n"
|
" 1. Mkdir can create one or more new directories.\r\n"
|
||||||
" 2. If the directory already exists, mkdir will abort.\r\n"
|
" 2. If dir includes nested directories, then parent directories will be\r\n"
|
||||||
" 3. Specifying additional directory parameters dependent on previous\r\n"
|
" created before child directories.\r\n"
|
||||||
" directory parameters is not allowed:\r\n"
|
" 3. If the directory already exists, mkdir will exit with an error.\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"
|
|
||||||
".SH EXAMPLES\r\n"
|
".SH EXAMPLES\r\n"
|
||||||
" \r\n"
|
" \r\n"
|
||||||
"EXAMPLES:\r\n"
|
"EXAMPLES:\r\n"
|
||||||
|
|
Loading…
Reference in New Issue