Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4688 → Rev 4687

/branches/dd/uspace/app/bdsh/cmds/modules/rm/rm.c
209,7 → 209,7
}
}
 
if ((unsigned) optind == argc) {
if (optind == argc) {
cli_error(CL_EFAIL,
"%s: insufficient arguments. Try %s --help", cmdname, cmdname);
rm_end(&rm);