From 22443e31cc194c1fc63c5c6e8e3cc978fc2aece5 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 4 Apr 2017 20:49:37 -0400 Subject: [PATCH] [parser] removing special commands other than .exit from address_parser_cli --- src/address_parser_cli.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/address_parser_cli.c b/src/address_parser_cli.c index 2ae40b82..71f1856c 100644 --- a/src/address_parser_cli.c +++ b/src/address_parser_cli.c @@ -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;