Skip to content

Commit

Permalink
@sylvlecl remarks 1/2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 2, 2023
1 parent ef27534 commit fe19d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference-guide/10-command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _In all cases, arguments " –h" or "–help" can be used to get help_
|--no-ts-import | Do not import timeseries into the input folder. <br/> (This option may be useful for running old studies without upgrade)|
|-m, --mps-export | Export anonymous mps weekly or daily optimal UC+dispatch linear |
|-s, --named-mps-problems | Export named mps weekly or daily optimal UC+dispatch linear |
|-o, --solvers-logs | Print solver logs |
|--solver-logs | Print solver logs |

- Misc.

Expand Down
2 changes: 1 addition & 1 deletion src/solver/misc/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ std::unique_ptr<GetOpt::Parser> CreateParser(Settings& settings,
"Export named constraints and variables in mps (both optim).");

// --solver-logs
parser->addFlag(options.solverLogs, 'o', "solvers-logs", "Print solver logs.");
parser->addFlag(options.solverLogs, ' ', "solver-logs", "Print solver logs.");

parser->addParagraph("\nMisc.");
// --progress
Expand Down

0 comments on commit fe19d39

Please sign in to comment.