Imoproved user experiencc

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-26 21:58:14 +00:00
parent cb4824bde7
commit e3bfeb0584
4 changed files with 4 additions and 0 deletions

BIN
KeyMaster

Binary file not shown.

Binary file not shown.

View File

@ -140,6 +140,10 @@ int main(void)
{ {
break; break;
} }
else
{
printf("Invalid command (%s)\n\"Q\" or \"quit\" or \"exit\" to close the program\n", choice);
}
// Connect to the server and get the list of passwords tro HTTP GET // Connect to the server and get the list of passwords tro HTTP GET
} }