Changeset 8a8a08d1 in mainline
- Timestamp:
- 2013-07-18T22:30:35Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 330df83
- Parents:
- be99d30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/df/df.c
rbe99d30 r8a8a08d1 70 70 case 'h': 71 71 break; 72 72 73 case 'i': 73 74 break; … … 128 129 { 129 130 printf("syntax: %s [-h] [-i]\n", NAME); 130 printf(" h : \"Human-re dable\" output.\n");131 printf(" h : \"Human-readable\" output.\n"); 131 132 printf(" i : Include statistics on the number of free inodes. \n"); 132 133 printf("\n");
Note:
See TracChangeset
for help on using the changeset viewer.