update -h verbiage

This commit is contained in:
tth 2019-09-27 12:25:09 +02:00
parent f11bf3aa71
commit 98043bbe0c
1 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,12 @@ return -1;
static void help(int lj)
{
puts("Usage:\n\tmkfimg [options] quux.fimg width height\n");
puts("Usage:\tmkfimg [options] quux.fimg width height");
puts("\t-k N.N\tgive a float parameter");
puts("\t-t bla\t\howto make the pic");
puts("\t\t\tblack, drand48...");
puts("\t-v\tincrease verbosity");
if (verbosity) fimg_print_version(1);