Skip to content

Commit

Permalink
fix wrong DB in description
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Jan 12, 2023
1 parent 0216172 commit 3993e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public FingerblastOptions(DefaultParameterConfigLoader defaultConfigOptions) {
}

@Option(names = {"-d", "--database", "--db"}, descriptionKey = "StructureSearchDB", paramLabel = DataSourceCandidates.PATAM_LABEL, completionCandidates = DataSourceCandidates.class,
description = {"Search structure in the union of the given databases. If no database is given 'ALL' internal databases are used.", DataSourceCandidates.VALID_DATA_STRING})
description = {"Search structure in the union of the given databases. If no database is given the default database(s) are used.", DataSourceCandidates.VALID_DATA_STRING})
public void setDatabase(DefaultParameter dbList) throws Exception {
defaultConfigOptions.changeOption("StructureSearchDB", dbList);
}
Expand Down

0 comments on commit 3993e7c

Please sign in to comment.