Add real syntax doc for LABEL command.
This commit is contained in:
parent
4b0297d894
commit
8b429f766d
|
@ -86,7 +86,12 @@ Syntax: IF [NOT] EXIST filename command\n\
|
|||
In the second form of the command, string1 and string2 must be in double\n\
|
||||
quotes. The comparison is not case-sensitive.\n"
|
||||
|
||||
WCMD_LABEL, "Help about LABEL\n"
|
||||
WCMD_LABEL, "LABEL is used to set a disk volume label. \n\
|
||||
\n\
|
||||
Syntax: LABEL [drive:]\n\
|
||||
The command will prompt you for the new volume label for the given drive.\n\
|
||||
You can display the disk volume label with the VOL command.\n"
|
||||
|
||||
WCMD_MD, "Help about MD\n"
|
||||
WCMD_MKDIR, "Help about MKDIR\n"
|
||||
WCMD_MOVE,
|
||||
|
|
Loading…
Reference in New Issue