Changeset 8ca4b1ab in mainline


Ignore:
Timestamp:
2013-09-04T07:08:49Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
523a4b6
Parents:
7664469
Message:

Add usage note about block size option in df application.

File:
1 edited

Legend:

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

    r7664469 r8ca4b1ab  
    184184  printf("syntax: %s [-h] [-i]\n", NAME);
    185185  printf("  h : \"Human-readable\" output.\n"); 
     186  printf("  b : Scale block sizes by selected size.\n"); 
    186187  printf("\n");
    187188}
Note: See TracChangeset for help on using the changeset viewer.