aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-06 11:25:36 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-06 11:25:36 -0400
commite240fb05181ec8f9f371279d5613bdcb1a8c7527 (patch)
treef866266ac3ac3ec60706900ef3faa300363d3d82
parentf0a6efcfcd92d6731606a33f01908566ee3c9acc (diff)
s/-d/-o/
-rw-r--r--example/rotation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/rotation.c b/example/rotation.c
index 97b8785e..7233db74 100644
--- a/example/rotation.c
+++ b/example/rotation.c
@@ -270,7 +270,7 @@ static void usage(const char *name, int ret) {
fprintf(stderr,
"usage: %s [-d <name> [-r <rotation> | -f]]*\n"
"\n"
- " -d <display> The name of the DRM display. e.g. DVI-I-1.\n"
+ " -o <output> The name of the DRM display. e.g. DVI-I-1.\n"
" -r <rotation> The rotation counter clockwise. Valid values are 90, 180, 270.\n"
" -f Flip the output along the vertical axis.\n", name);