usage: fix argument line

Add missing arguments, order them the same as listed below.
This commit is contained in:
Oliver Smith 2022-07-31 21:09:59 +02:00 committed by Caleb Connolly
parent 99ce784c28
commit 67c9a10db4
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -50,7 +50,8 @@ int usage()
// clang-format off
fprintf(stderr, "pbsplash: postmarketOS bootsplash generator\n");
fprintf(stderr, "-------------------------------------------\n");
fprintf(stderr, "pbsplash [-h] [-d] [-f font] [-s splash image] [-m message]\n\n");
fprintf(stderr, "pbsplash [-v] [-h] [-f font] [-s splash image] [-m message]\n");
fprintf(stderr, " [-p font size] [-d]\n\n");
fprintf(stderr, " -v enable verbose logging\n");
fprintf(stderr, " -h show this help\n");
fprintf(stderr, " -f path to SVG font file (default: %s)\n", DEFAULT_FONT_PATH);