Changeset 7664469 in mainline
- Timestamp:
- 2013-09-04T07:04:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ca4b1ab
- Parents:
- 23b7c02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/df/df.c
r23b7c02 r7664469 75 75 /* Parse command line options... */ 76 76 /******************************************/ 77 while ((optres = getopt(argc, argv, ":h ib:")) != -1) {77 while ((optres = getopt(argc, argv, ":hb:")) != -1) { 78 78 switch(optres) { 79 79 case 'h': 80 80 human_readable = 1; 81 break;82 83 case 'i':84 81 break; 85 82 … … 187 184 printf("syntax: %s [-h] [-i]\n", NAME); 188 185 printf(" h : \"Human-readable\" output.\n"); 189 printf(" i : Include statistics on the number of free inodes. \n");190 186 printf("\n"); 191 187 }
Note:
See TracChangeset
for help on using the changeset viewer.