Changeset 7664469 in mainline for uspace/app/df/df.c


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

Remove useless option from df application.

File:
1 edited

Legend:

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

    r23b7c02 r7664469  
    7575        /*   Parse command line options...        */
    7676        /******************************************/
    77         while ((optres = getopt(argc, argv, ":hib:")) != -1) {
     77        while ((optres = getopt(argc, argv, ":hb:")) != -1) {
    7878                switch(optres) {
    7979                case 'h':
    8080                        human_readable = 1;
    81                         break;
    82 
    83                 case 'i':
    8481                        break;
    8582
     
    187184  printf("syntax: %s [-h] [-i]\n", NAME);
    188185  printf("  h : \"Human-readable\" output.\n"); 
    189   printf("  i : Include statistics on the number of free inodes. \n");
    190186  printf("\n");
    191187}
Note: See TracChangeset for help on using the changeset viewer.