update the help for exit to include /b

svn path=/trunk/; revision=23448
This commit is contained in:
Brandon Turner 2006-08-04 21:24:57 +00:00
parent 56a847b2ca
commit 4ea471d5a5

View file

@ -239,7 +239,10 @@ Type ECHO without a parameter to display the current ECHO setting."
STRING_ECHO_HELP5, "ECHO is %s\n"
STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT\n"
STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT [/b] [ExitCode]\n\n\
/B Exits a batch file only. \n\
If run outside of a batch file it will exit cmd.exe\n\
ExitCode This value will be assigned to ERRORLEVEL on exit\n"
STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n\
FOR %variable IN (set) DO command [parameters]\n\n\