$OpenBSD: patch-util_c,v 1.3 2003/08/27 00:41:51 naddy Exp $
--- util.c.orig	2003-08-27 00:32:47.000000000 +0200
+++ util.c	2003-08-27 00:33:44.000000000 +0200
@@ -67,7 +67,11 @@ void
 usage(void)
 {
 	(void)fprintf(stderr,
+#ifdef COLORLS
+	    "usage: %s [-1ACFGLRSTWacdfhiklmnopqrstux] [file ...]\n",
+#else
 	    "usage: %s [-1ACFLRSTWacdfhiklmnopqrstux] [file ...]\n",
+#endif
 	    __progname);
 	exit(1);
 }
