Add real syntax doc for LABEL command.

oldstable
Dan Kegel 2003-01-30 00:15:50 +00:00 committed by Alexandre Julliard
parent 4b0297d894
commit 8b429f766d
1 changed files with 6 additions and 1 deletions

View File

@ -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,