Subversion Repositories HelenOS

Rev

Rev 4537 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4537 Rev 4688
Line 207... Line 207...
207
            rm.safe = 1;
207
            rm.safe = 1;
208
            break;
208
            break;
209
        }
209
        }
210
    }
210
    }
211
 
211
 
212
    if (optind == argc) {
212
    if ((unsigned) optind == argc) {
213
        cli_error(CL_EFAIL,
213
        cli_error(CL_EFAIL,
214
            "%s: insufficient arguments. Try %s --help", cmdname, cmdname);
214
            "%s: insufficient arguments. Try %s --help", cmdname, cmdname);
215
        rm_end(&rm);
215
        rm_end(&rm);
216
        return CMD_FAILURE;
216
        return CMD_FAILURE;
217
    }
217
    }