From 7997182cc0748ce449e29460b0534aed8013b6e8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 18 Sep 2020 10:34:32 +0100 Subject: Improve the framebuffer docs a bit --- frontends/framebuffer/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/framebuffer/gui.c') diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c index d7f22726f..934ba05c8 100644 --- a/frontends/framebuffer/gui.c +++ b/frontends/framebuffer/gui.c @@ -525,7 +525,7 @@ process_cmdline(int argc, char** argv) default: fprintf(stderr, - "Usage: %s [-f frontend] [-b bpp] url\n", + "Usage: %s [-f frontend] [-b bpp] [-w width] [-h height] \n", argv[0]); return false; } -- cgit v1.2.3