diff -urN busybox-1.7.1/selinux/chcon.c busybox-1.7.1-chcon/selinux/chcon.c
--- busybox-1.7.1/selinux/chcon.c	2007-09-03 12:48:46.000000000 +0100
+++ busybox-1.7.1-chcon/selinux/chcon.c	2007-09-26 18:56:12.000000000 +0100
@@ -136,7 +136,7 @@
 		":\xff--urtl:u--\xff:r--\xff:t--\xff:l--\xff"
 #endif
 		":f--v:v--f";  /* 'verbose' and 'quiet' are exclusive */
-	getopt32(argv, "Rchf:u:r:t:l:v",
+	getopt32(argv, "Rchfu:r:t:l:v",
 		&user, &role, &type, &range, &reference_file);
 	argv += optind;
 
