Update help text on wrong usage

This commit is contained in:
Ashik K 2023-03-26 10:01:38 +02:00
parent 46782d89e4
commit 24b4a49cc7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ int main(int argc, char *argv[])
{
std::string exbid, apikey;
if (argc !=5 ) {
std::cout<<"Please run as "<<argv[0] <<" <exhibition id> <api key>"<<std::endl;
std::cout<<"Usage: "<<argv[0] <<" -e <exhibition id> -k <api key>"<<std::endl;
exit(0);
}
int c;