summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-18 10:34:32 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-18 10:34:32 +0100
commit7997182cc0748ce449e29460b0534aed8013b6e8 (patch)
tree6f99a2eae64f30b934bd67660ca301409aae416b /frontends/framebuffer/gui.c
parentb0b271274c98274d4c53608c856194270ae12d0f (diff)
downloadnetsurf-7997182cc0748ce449e29460b0534aed8013b6e8.tar.gz
netsurf-7997182cc0748ce449e29460b0534aed8013b6e8.tar.bz2
Improve the framebuffer docs a bit
Diffstat (limited to 'frontends/framebuffer/gui.c')
-rw-r--r--frontends/framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
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] <url>\n",
argv[0]);
return false;
}