Skip to content

Commit

Permalink
Fix the help text for the previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
argiopetech committed Apr 11, 2023
1 parent f54d06c commit e0aadc4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions base9/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,14 +734,8 @@ static void printUsage ()
cerr << "\t--seed" << endl;
cerr << "\t\tinitialize the random number generator\n" << endl;

cerr << "\t--msRgbModel" << endl;
cerr << "\t\t0 = Girardi" << endl;
cerr << "\t\t1 = Chaboyer-Dotter w/He sampling" << endl;
cerr << "\t\t2 = Original Yale-Yonsei (not currently supported)" << endl;
cerr << "\t\t3 = Old (jc2mass) DSED" << endl;
cerr << "\t\t4 = New DSED" << endl;
cerr << "\t\t5 = PARSEC" << endl;
cerr << "\t\t6 = New Yale-Yonsei models (2018)\n" << endl;
cerr << "\t--msModelFile" << endl;
cerr << "\t\tSpecify a model file relative to the --modelDirectory" << endl;

cerr << "\t--ifmr" << endl;
cerr << "\t\t0 = Weidemann" << endl;
Expand Down

0 comments on commit e0aadc4

Please sign in to comment.