Changeset 8a8a08d1 in mainline


Ignore:
Timestamp:
2013-07-18T22:30:35Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
330df83
Parents:
be99d30
Message:

Fix typo and cstyle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/df/df.c

    rbe99d30 r8a8a08d1  
    7070                case 'h':
    7171                        break;
     72
    7273                case 'i':
    7374                        break;
     
    128129{
    129130  printf("syntax: %s [-h] [-i]\n", NAME);
    130   printf("  h : \"Human-redable\" output.\n"); 
     131  printf("  h : \"Human-readable\" output.\n"); 
    131132  printf("  i : Include statistics on the number of free inodes. \n");
    132133  printf("\n");
Note: See TracChangeset for help on using the changeset viewer.