diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-24 15:02:06 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-24 15:02:14 +0300 |
commit | 86f3c44f768d6e49ad8cb2133e0ac3f6ed11baea (patch) | |
tree | 6a549c96ba40bac42e6a16cd12e7003a2275e566 /utils | |
parent | 227830e15bc192f26c82a0cfe4a3ded358f0c074 (diff) |
kmstest: rename remaining references to testpat
Diffstat (limited to 'utils')
-rw-r--r-- | utils/kmstest.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/kmstest.cpp b/utils/kmstest.cpp index ccddccb..f4fd3d5 100644 --- a/utils/kmstest.cpp +++ b/utils/kmstest.cpp @@ -262,7 +262,7 @@ static vector<DumbFramebuffer*> parse_fb(Card& card, const string& fb_str, unsig } static const char* usage_str = - "Usage: testpat [OPTION]...\n\n" + "Usage: kmstest [OPTION]...\n\n" "Show a test pattern on a display or plane\n\n" "Options:\n" " --device=DEVICE DEVICE is the path to DRM card to open\n" @@ -281,18 +281,18 @@ static const char* usage_str = "Options can be given multiple times to set up multiple displays or planes.\n" "Options may apply to previous options, e.g. a plane will be set on a crtc set in\n" "an earlier option.\n" - "If you omit parameters, testpat tries to guess what you mean\n" + "If you omit parameters, kmstest tries to guess what you mean\n" "\n" "Examples:\n" "\n" "Set eDP-1 mode to 1920x1080@60, show XR24 framebuffer on the crtc, and a 400x400 XB24 plane:\n" - " testpat -c eDP-1 -r 1920x1080@60 -f XR24 -p 400x400 -f XB24\n\n" + " kmstest -c eDP-1 -r 1920x1080@60 -f XR24 -p 400x400 -f XB24\n\n" "XR24 framebuffer on first connected connector in the default mode:\n" - " testpat -f XR24\n\n" + " kmstest -f XR24\n\n" "XR24 framebuffer on a 400x400 plane on the first connected connector in the default mode:\n" - " testpat -p 400x400 -f XR24\n\n" + " kmstest -p 400x400 -f XR24\n\n" "Test pattern on the second connector with default mode:\n" - " testpat -c 1\n" + " kmstest -c 1\n" ; static void usage() |