Update help text on wrong usage
This commit is contained in:
parent
46782d89e4
commit
24b4a49cc7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue