Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 386 → Rev 387

/svarcom/cmd/rmdir.c
6,7 → 6,7
const char *dname = p->argv[0];
unsigned short err = 0;
 
if ((p->argc == 1) && (imatch(p->argv[0], "/?"))) {
if (cmd_ishlp(p)) {
outputnl("Removes (deletes) a directory");
outputnl("");
outputnl("RMDIR [drive:]path");