Changeset 18b6a88 in mainline for uspace/app/mkexfat/mkexfat.c
- Timestamp:
- 2018-04-15T09:35:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkexfat/mkexfat.c
r8ebe212 r18b6a88 123 123 124 124 static struct option const long_options[] = { 125 { "help", no_argument, 0, 'h'},126 { "cluster-size", required_argument, 0, 'c'},127 { "fs-size", required_argument, 0, 's'},128 { "label", required_argument, 0, 'L' },125 { "help", no_argument, 0, 'h' }, 126 { "cluster-size", required_argument, 0, 'c' }, 127 { "fs-size", required_argument, 0, 's' }, 128 { "label", required_argument, 0, 'L' }, 129 129 }; 130 130
Note:
See TracChangeset
for help on using the changeset viewer.