Skip to content

optionparser: only print source if not used#515

Merged
bendudson merged 2 commits intoboutproject:options-outputfrom
dschwoerer:options-output
Apr 13, 2017
Merged

optionparser: only print source if not used#515
bendudson merged 2 commits intoboutproject:options-outputfrom
dschwoerer:options-output

Conversation

@dschwoerer
Copy link
Contributor

No description provided.

<< ", used = " << it.second.used
<< endl;
fout << it.first << " = " << it.second.value;
if (! it.secound.used ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo "secound" -> "second"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks 👍

@bendudson
Copy link
Contributor

I agree these changes are an improvement

@bendudson bendudson merged commit 73d5cf2 into boutproject:options-output Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants