summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/window/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c
index 16fe0a5..4b95868 100644
--- a/usr.bin/window/main.c
+++ b/usr.bin/window/main.c
@@ -196,7 +196,7 @@ bad:
usage()
{
- (void) fprintf(stderr, "Usage: window [-e escape-char] [-c command] [-t] [-f] [-d]\n");
+ (void) fprintf(stderr, "usage: window [-e escape-char] [-c command] [-t] [-f] [-d]\n");
exit(1);
return 0; /* for lint */
}
OpenPOWER on IntegriCloud