Index: uspace/app/df/df.c
===================================================================
--- uspace/app/df/df.c	(revision a63966ddc781a6162855a3a60dedf48d5a09b9ca)
+++ uspace/app/df/df.c	(revision ab87db55cb5f202637cfdb407053e0d954a16e7d)
@@ -70,5 +70,5 @@
 
 	/* Parse command-line options */
-	while ((optres = getopt(argc, argv, ":ubh")) != -1) {
+	while ((optres = getopt(argc, argv, "ubh")) != -1) {
 		switch (optres) {
 		case 'h':
@@ -78,10 +78,4 @@
 		case 'b':
 			display_blocks = true;
-			break;
-
-		case ':':
-			fprintf(stderr, "Option -%c requires an operand\n",
-			    optopt);
-			errflg++;
 			break;
 
