cout<<"paraload --client(-c) --port(-p) [ same as the server ] --host(-h) [ host of the server default:localhost ] --fails(-f) [ max number of command fail allowed default:-1 (infinity)] --shm(-S) [folder for temporary files default:/dev/shm/]"<<endl<<endl;
cout<<"Check if the server is responding:"<<endl;
cout<<"paraload --client(-c) --port(-p) [ same as the server ] --ping(-P)"<<endl<<endl;
cout<<"Get informations about running clients:"<<endl;
cout<<"paraload --client(-c) --port(-p) [ same as the server ] --info(-I)"<<endl<<endl;