Index: uspace/app/df/df.c
===================================================================
--- uspace/app/df/df.c	(revision 23b7c02ba4787d5eeeb33a794792a5d0f1f743a9)
+++ uspace/app/df/df.c	(revision 76644695fb0959f571eb4f317d72675dc10f2507)
@@ -75,11 +75,8 @@
 	/*   Parse command line options...        */
 	/******************************************/
-	while ((optres = getopt(argc, argv, ":hib:")) != -1) {
+	while ((optres = getopt(argc, argv, ":hb:")) != -1) {
 		switch(optres) {
 		case 'h':
 			human_readable = 1;
-			break;
-
-		case 'i':
 			break;
 
@@ -187,5 +184,4 @@
   printf("syntax: %s [-h] [-i]\n", NAME);
   printf("  h : \"Human-readable\" output.\n");  
-  printf("  i : Include statistics on the number of free inodes. \n");
   printf("\n");
 }
