[parser] removing special commands other than .exit from address_parser_cli

This commit is contained in:
Al
2017-04-04 20:49:37 -04:00
parent 8742574257
commit 22443e31cc

View File

@@ -46,9 +46,7 @@ int main(int argc, char **argv) {
printf("Welcome to libpostal's address parser.\n\n");
printf("Type in any address to parse and print the result.\n\n");
printf("Special commands:\n\n");
printf(".language [code] to specify a language\n");
printf(".country [code] to specify a country\n");
printf("Special commands:\n");
printf(".exit to quit the program\n\n");
char *language = NULL;