Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Updating help comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andysterland committed May 26, 2016
1 parent d016d9b commit ef3d92f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/MicrosoftEdgeLauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int _tmain(int argc, _TCHAR* argv[])
{
std::cout << "Error: Expecting -k got: \n " << argv[2];
std::cout << "\n";
std::cout << "Use -h for usage info.";
std::cout << "\nUse -h for usage info.";
hr = E_ABORT;
}
}
Expand Down Expand Up @@ -140,10 +140,8 @@ void ShowHelp()
std::cout << "\n";
std::cout << "\tMicrosoftEdgeLauncher.exe [url] -k";
std::cout << "\n";
std::cout << "\n";
std::cout << "\turl - The URL to open in Microsoft Edge.";
std::cout << "\t-k - Keep this program alive for as long as the launched process is alive.";
std::cout << "\n";
std::cout << "\nurl - The URL to open in Microsoft Edge.";
std::cout << "\n-k - Keep this program alive for as long as the launched process is alive.";
std::cout << "\n";
}

Expand Down

0 comments on commit ef3d92f

Please sign in to comment.