Skip to content
Snippets Groups Projects
Commit 2dac2b33 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

added --help in the help section to get the help for commands

parent 2ff611f3
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ int CLToolMain::run(int argc, char **argv,FILE*in,FILE*out,Communicator& pc){
if(printhelp){
string msg=
"Usage: plumed [options] [command] [command options]\n"
" plumed [command] -h : to print help for a specific command\n"
" plumed [command] -h|--help: to print help for a specific command\n"
"Options:\n"
" [help|-h|--help] : to print this help\n"
" [--has-mpi] : fails if plumed is running without MPI\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment