$OpenBSD: patch-util_c,v 1.2 2003/01/20 01:45:14 naddy Exp $
--- util.c.orig	Mon Jan 20 00:08:15 2003
+++ util.c	Mon Jan 20 01:54:08 2003
@@ -72,7 +72,11 @@ void
 usage()
 {
 	(void)fprintf(stderr,
-	    "usage: %s [-1ACFLRSTWacdfiklmnopqrstux] [file ...]\n",
-             __progname);
+#ifdef COLORLS
+	    "usage: %s [-1ACFGLRSTWacdfhiklmnopqrstux]"
+#else
+	    "usage: %s [-1ACFLRSTWacdfhiklmnopqrstux]"
+#endif
+		" [file ...]\n", __progname);
 	exit(1);
 }
