more expicit help
This commit is contained in:
@@ -55,7 +55,11 @@ static void help(int lvl)
|
||||
{
|
||||
Fx *fx;
|
||||
|
||||
puts("--- fimg special effects ---");
|
||||
puts("------ fimg special effects ------");
|
||||
puts("usage:");
|
||||
puts("\tfimgfix [options] <effect> source.fimg resultat.fimg");
|
||||
|
||||
puts("effects:");
|
||||
printf("\t");
|
||||
for (fx=fx_list; fx->name; fx++) {
|
||||
printf("%s ", fx->name);
|
||||
|
||||
Reference in New Issue
Block a user