clients: transformed does not recognize -d

It has no such command line option.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2020-02-14 14:20:05 +02:00 committed by Daniel Stone
parent 9cb81e440a
commit 8555877c6c

View File

@ -227,7 +227,6 @@ static void
usage(int error_code) usage(int error_code)
{ {
fprintf(stderr, "Usage: transformed [OPTIONS]\n\n" fprintf(stderr, "Usage: transformed [OPTIONS]\n\n"
" -d\t\tUse \"driver\" fullscreen method\n"
" -w <width>\tSet window width to <width>\n" " -w <width>\tSet window width to <width>\n"
" -h <height>\tSet window height to <height>\n" " -h <height>\tSet window height to <height>\n"
" --help\tShow this help text\n\n"); " --help\tShow this help text\n\n");