Imoproved user experiencc

This commit is contained in:
2025-02-26 21:58:14 +00:00
parent cb4824bde7
commit e3bfeb0584
4 changed files with 4 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+4
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
} }