Changeset 3771a6e in mainline for uspace/app/bdsh/cmds/modules/mkdir
- Timestamp:
- 2008-08-28T13:07:15Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43e02a6
- Parents:
- 7b256b0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
r7b256b0b r3771a6e 50 50 static char *cmdname = "mkdir"; 51 51 52 static struct option long_options[] = {52 static struct option const long_options[] = { 53 53 {"parents", no_argument, 0, 'p'}, 54 54 {"verbose", no_argument, 0, 'v'},
Note:
See TracChangeset
for help on using the changeset viewer.