Changeset 9dbdda9 in mainline


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

Fix usage text in df application.

File:
1 edited

Legend:

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

    r523a4b6 r9dbdda9  
    186186static void print_usage(void)
    187187{
    188   printf("syntax: %s [-h] [-i]\n", NAME);
    189   printf("  u : Print usage.\n"); 
     188  printf("syntax: %s [-u] [-h] [-b <size>] \n", NAME);
     189  printf("  u : Show usage.\n"); 
    190190  printf("  h : \"Human-readable\" output.\n"); 
    191191  printf("  b : Scale block sizes by selected size.\n"); 
Note: See TracChangeset for help on using the changeset viewer.