Changeset 5b3cf90 in mainline for uspace/app/bdsh/cmds/modules/rm/rm.c
- Timestamp:
- 2009-08-02T19:38:02Z (14 years ago)
- Branches:
- lfn, master, serial
- Children:
- fa5526d
- Parents:
- f019cc07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.c
rf019cc07 r5b3cf90 210 210 } 211 211 212 if ( optind == argc) {212 if ((unsigned) optind == argc) { 213 213 cli_error(CL_EFAIL, 214 214 "%s: insufficient arguments. Try %s --help", cmdname, cmdname);
Note: See TracChangeset
for help on using the changeset viewer.