Changelog: * programs/wcmd/wcmdrc.rc: add real syntax doc for LABEL command License: X11 This was done while onstage at a local comedy clu^H^H^H^H^H^Hlinux demo day to show how easy it is to contribute to Wine. -- Dan Kegel http://www.kegel.com http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045
Index: programs/wcmd/wcmdrc.rc =================================================================== RCS file: /home/wine/wine/programs/wcmd/wcmdrc.rc,v retrieving revision 1.7 diff -u -p -u -r1.7 wcmdrc.rc --- programs/wcmd/wcmdrc.rc 21 Jan 2003 00:28:28 -0000 1.7 +++ programs/wcmd/wcmdrc.rc 28 Jan 2003 06:48:11 -0000 @@ -86,7 +86,12 @@ Syntax: IF [NOT] EXIST filename command\ 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,