Index: uspace/app/df/df.c
===================================================================
--- uspace/app/df/df.c	(revision d55abe8b0d0cb66d49007b6f0067770741057b07)
+++ uspace/app/df/df.c	(revision 5f390270181a7fbeeca2d8d4895028568c5180b4)
@@ -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;
 
