Skip to content

Commit

Permalink
minimal change in the benchmark help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Jul 24, 2024
1 parent a24a72a commit abe023b
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 @@ -445,7 +445,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 abe023b

Please sign in to comment.