diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-08-04 12:41:38 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-08-04 12:41:38 +0300 |
commit | 0007d95871ee89eddf357670df68cf233241626c (patch) | |
tree | c81ad26e489426e6b92b1f38f55f987cc6e8d2b5 /utils | |
parent | 0801eda508d53b5e2efc280abf84e970783e9280 (diff) |
kmstest: fix error in help text
Diffstat (limited to 'utils')
-rw-r--r-- | utils/kmstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/kmstest.cpp b/utils/kmstest.cpp index e412f90..34fb352 100644 --- a/utils/kmstest.cpp +++ b/utils/kmstest.cpp @@ -363,7 +363,7 @@ static const char* usage_str = " --flip[=max] Do page flipping for each output with an optional maximum flips count\n" " --sync Synchronize page flipping\n" "\n" - "<connector>, <crtc> and <plane> can be given by index (<idx>) or id (<id>).\n" + "<connector>, <crtc> and <plane> can be given by index (<idx>) or id (@<id>).\n" "<connector> can also be given by name.\n" "\n" "Options can be given multiple times to set up multiple displays or planes.\n" |