kalitero usage minima sto main.cpp . Ola einai modules alla den tha katalaboun

This commit is contained in:
georgemoralis 2023-07-08 21:06:10 +03:00
parent cb117e996b
commit 8f36540386
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
int main(int argc, char* argv[])
{
if (argc == 1) {
printf("Usage: %s <module path>\n", argv[0]);
printf("Usage: %s <elf or eboot.bin path>\n", argv[0]);
return -1;
}