summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-08-26 11:17:16 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-08-26 11:17:16 +0000
commit552f27d60f21779bf6adba4a4f709128f6b83af5 (patch)
tree826de24b86e093517c799e38087eb83bfb968e7c
parent741d304e2d1de672aabb01b0533a022c7d710d0b (diff)
Notes
-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 16fe0a50dfde..4b95868e8429 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 */
}