Skip to content

Commit

Permalink
Merge pull request plumed#1101 from Iximiel/benchmark-fix-help
Browse files Browse the repository at this point in the history
minimal change in the benchmark help text
  • Loading branch information
GiovanniBussi authored Jul 24, 2024
2 parents 3e1bc05 + abe023b commit 9a80702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cltools/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ PLUMED_REGISTER_CLTOOL(Benchmark,"benchmark")

void Benchmark::registerKeywords( Keywords& keys ) {
CLTool::registerKeywords( keys );
keys.add("compulsory","--plumed","plumed.dat","convert the input in this file to the html manual");
keys.add("compulsory","--plumed","plumed.dat","colon separated path(s) to the input file(s)");
keys.add("compulsory","--kernel","this","colon separated path(s) to kernel(s)");
keys.add("compulsory","--natoms","100000","the number of atoms to use for the simulation");
keys.add("compulsory","--nsteps","2000","number of steps of MD to perform (-1 means forever)");
Expand Down

0 comments on commit 9a80702

Please sign in to comment.