Skip to content

Commit fa6c093

Browse files
authored
Fix --single-step-clustering misspelled in cluster warning (#749)
1 parent 98406dd commit fa6c093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workflow/Cluster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void setClusterAutomagicParameters(Parameters& par) {
9494
}
9595
if (par.singleStepClustering == false && par.clusteringMode == Parameters::CONNECTED_COMPONENT) {
9696
Debug(Debug::WARNING) << "Connected component clustering produces less clusters in a single step clustering.\n"
97-
<< "Please use --single-step-cluster";
97+
<< "Please use --single-step-clustering";
9898
}
9999
if (par.PARAM_CLUSTER_STEPS.wasSet == false) {
100100
par.clusterSteps = setAutomaticIterations(par.sensitivity);

0 commit comments

Comments
 (0)