Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1097 → Rev 1098

/svarcom/trunk/cmd/rem.c
30,7 → 30,7
/* help screen ONLY if /? is the only argument - I do not want to output
* help for ex. for "REM mouse.com /?" */
if ((p->argc == 1) && (imatch(p->argv[0], "/?"))) {
nls_outputnl(26,0); /* "Records comments (remarks) in a batch file or CONFIG.SYS" */
nls_outputnl(26,0); /* "Records comments (remarks) in a batch file." */
outputnl("");
nls_outputnl(26,1); /* "REM [comment]" */
}