4
Fork 0
This commit is contained in:
Artem Prilutskiy 2016-12-29 11:57:21 +03:00
parent 262463046e
commit c4a55fcaa0
3 changed files with 8 additions and 10 deletions

View file

@ -92,7 +92,7 @@ int main(int argc, const char* argv[])
" [--identity <identity>]\n"
"\n"
"Expression example:\n"
" (?<alias>(?<call>[RU][A-Z]?[0-9][A-Z]{1,4})[^;])\n"
" (?<alias>(?<call>[A-Z0-9]{2,7})[-,][^;]+)\n"
"\n",
argv[0]);
return EXIT_FAILURE;