Output usage with cout not cerr
This commit is contained in:
parent
5737ae31be
commit
c98ac95759
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int main(int argc, char* argv[])
|
||||||
// If no args, print usage
|
// If no args, print usage
|
||||||
if ( argc == 1 )
|
if ( argc == 1 )
|
||||||
{
|
{
|
||||||
std::cerr<<sk_usage<<std::endl;
|
std::cout<<sk_usage<<std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue