From e240fb05181ec8f9f371279d5613bdcb1a8c7527 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 6 Jun 2017 11:25:36 -0400 Subject: [PATCH] s/-d/-o/ --- example/rotation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [-r | -f]]*\n" "\n" - " -d The name of the DRM display. e.g. DVI-I-1.\n" + " -o The name of the DRM display. e.g. DVI-I-1.\n" " -r The rotation counter clockwise. Valid values are 90, 180, 270.\n" " -f Flip the output along the vertical axis.\n", name);