Changeset 6a7e497 in mainline for uspace/app/ext2info
- Timestamp:
- 2011-06-02T19:05:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16b2ea8
- Parents:
- 18626b3 (diff), d030e0c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/app/ext2info/ext2info.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ext2info/ext2info.c
r18626b3 r6a7e497 95 95 } 96 96 97 / / Skip program name97 /* Skip program name */ 98 98 --argc; ++argv; 99 99 … … 171 171 assert(argc == 1); 172 172 173 / / Display common things by default173 /* Display common things by default */ 174 174 if ((arg_flags & ARG_ALL) == 0) { 175 175 arg_flags = ARG_COMMON;
Note:
See TracChangeset
for help on using the changeset viewer.
