Skip to content

Commit

Permalink
Fix option description.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jun 26, 2024
1 parent 31eabb5 commit 37119a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ std::vector<Commandline::Option> Configuration::commandline_options = {
Commandline::Option("fixdat-directory", "directory", "create fixdats in directory"),
Commandline::Option("keep-old-duplicate", "keep files in ROM set that are also in old ROMs"),
Commandline::Option("list-sets", "list all known sets"),
Commandline::Option("mia-games", "file", "write list of missing games to file"),
Commandline::Option("mia-games", "file", "read list of MIA games from file"),
Commandline::Option("missing-list", "file", "write list of missing games to file"),
Commandline::Option("move-from-extra", 'j', "remove used files from extra directories"),
Commandline::Option("no-complete-games-only", "keep partial games in ROM set (default)"),
Expand Down

0 comments on commit 37119a6

Please sign in to comment.