clients: transformed does not recognize -d

It has no such command line option.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
dev
Pekka Paalanen 5 years ago committed by Daniel Stone
parent 9cb81e440a
commit 8555877c6c
  1. 1
      clients/transformed.c

@ -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");

Loading…
Cancel
Save