]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
add error message unkown command
authorBastian Dehn <hhaalo@arcor.de>
Sat, 22 Jun 2024 11:00:20 +0000 (13:00 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 22 Jun 2024 11:00:20 +0000 (13:00 +0200)
src/feierabendxml.c

index 6358e0658399a51bca94ee48cece5b054dc47056..a482f0048f2c5851331893051372339e30ca324f 100644 (file)
@@ -265,5 +265,6 @@ int main(int argc, char* argv[])
                return 0;
        }
 
+       printf("ERROR: unknown command\n");
        return 0;
 }
\ No newline at end of file