This commit is contained in:
tth 2020-02-19 22:42:52 +01:00
parent 155674e74b
commit b5fa68864a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ doc/*.pdf
doc/*.idx
doc/*.ilg
doc/*.ind
doc/foo.tex
funcs/t
funcs/*.o

View File

@ -83,7 +83,7 @@ static void help(int lvl)
{
Fx *fx;
printf("-- fimg special effects %s %s --", __DATE__, __TIME__);
printf("-- fimg special effects -- %s %s --\n", __DATE__, __TIME__);
puts("usage:");
puts("\tfimgfx [options] <effect> source.fimg resultat.fimg");