Skip to content

Commit

Permalink
Fix typo: genereate -> generate.
Browse files Browse the repository at this point in the history
  • Loading branch information
bentley committed Apr 6, 2018
1 parent c05ee1d commit 9588474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RandomProgramGenerator.cpp
Expand Up @@ -151,7 +151,7 @@ static void print_help()
cout << " --output <filename> or -o <filename>: specify the output file name." << endl << endl;

// enabling/disabling options
cout << " --argc | --no-argc: genereate main function with/without argv and argc being passed (enabled by default)." << endl << endl;
cout << " --argc | --no-argc: generate main function with/without argv and argc being passed (enabled by default)." << endl << endl;
cout << " --arrays | --no-arrays: enable | disable arrays (enabled by default)." << endl << endl;
cout << " --bitfields | --no-bitfields: enable | disable full-bitfields structs (enabled by default)." << endl << endl;
cout << " --checksum | --no-checksum: enable | disable checksum calculation (enabled by default)." << endl << endl;
Expand Down

0 comments on commit 9588474

Please sign in to comment.