Skip to content

Commit

Permalink
Merge pull request #6 from rosswhitfield/master
Browse files Browse the repository at this point in the history
Fixed return value for help. Issue #5.
  • Loading branch information
peterfpeterson committed Apr 3, 2014
2 parents e73b51a + 0b10c2c commit aca33f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion more_bin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ int main(int argc, char** argv)
cout << "\tvetoStatus(uint32_t)" << endl;
cout << "\tpCurrent(uint32_t) The proton charge for the pulse." << endl;
cout << "\tspare(uint32_t)" << endl;
return 1;
return 0;
}
if (vm.count("version")) {
cout << "morebin version " << VERSION << " built " << DATE << endl;
Expand Down

0 comments on commit aca33f3

Please sign in to comment.