$OpenBSD: patch-util_c,v 1.1.1.1 2001/11/05 18:55:28 naddy Exp $
--- util.c.orig	Tue Oct 16 20:52:42 2001
+++ util.c	Tue Oct 16 20:55:13 2001
@@ -72,7 +72,11 @@ void
 usage()
 {
 	(void)fprintf(stderr,
-	    "usage: %s [-1ACFLRSTWacdfiklmnopqrstux] [file ...]\n",
-             __progname);
+#ifdef COLORLS
+	    "usage: %s [-1ACFGLRSTWacdfiklmnopqrstux]"
+#else
+	    "usage: %s [-1ACFLRSTWacdfiklmnopqrstux]"
+#endif
+		" [file ...]\n", __progname);
 	exit(1);
 }
