summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2014-04-12 15:06:03 -0500
committerJason Ekstrand <jason@jlekstrand.net>2014-05-20 10:41:17 -0500
commit0bd7a8863ed97bec14c73372405654edafc7e30a (patch)
tree4d3ec2e9ad60271273c4775c67e1f6d28e12883a
parent0cfab9506607cf0d8e96ffc10fa13a7dd273d211 (diff)
Fix a copy+paste error
-rw-r--r--clients/simple-damage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/simple-damage.c b/clients/simple-damage.c
index 692eb553..04832bd3 100644
--- a/clients/simple-damage.c
+++ b/clients/simple-damage.c
@@ -775,8 +775,8 @@ print_usage(int retval)
" -h, --help\t\tPring this help\n"
" --verbose\t\tPrint verbose log information\n"
" --version=VERSION\tVersion of wl_surface to use\n"
- " --width=WIDTH\t\tWidth of the X window\n"
- " --height=HEIGHT\tHeight of the X window\n"
+ " --width=WIDTH\t\tWidth of the window\n"
+ " --height=HEIGHT\tHeight of the window\n"
" --scale=SCALE\t\tScale factor for the surface\n"
" --transform=TRANSFORM\tTransform for the surface\n"
" --viewport\t\tUse wl_viewport\n"