$OpenBSD: patch-util_c,v 1.6 2009/10/29 20:10:39 naddy Exp $
--- util.c.orig	Wed Oct 28 00:59:21 2009
+++ util.c	Thu Oct 29 20:21:26 2009
@@ -59,7 +59,11 @@ void
 usage(void)
 {
 	(void)fprintf(stderr,
+#ifdef COLORLS
+	    "usage: %s [-1AaCcdFfGghikLlmnopqRrSsTtux] [file ...]\n",
+#else
 	    "usage: %s [-1AaCcdFfghikLlmnopqRrSsTtux] [file ...]\n",
+#endif
 	    __progname);
 	exit(1);
 }
