Takes exactly 3 arguments it's not a minimum.

Originally committed to SVN as r5178.
This commit is contained in:
Amar Takhar 2011-01-11 21:50:27 +00:00
parent 357adc07dc
commit 585b108671
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ inline void clean(std::string &str) {
int main(int argc, const char *argv[]) {
// Need at least 3 arguments
// Needs 3 arguments
if (argc != 4) {
std::cout << "Usage: <manifest>[in] <c++ file>[out] <header>[out]" << std::endl;
return 1;