mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 23:30:00 +00:00
Edited documentation
This commit is contained in:
@ -46,7 +46,7 @@ int main(int argc, char *argv[])
|
||||
if ((argv[i][0] == '-') && (argv[i][1] == 'h'))
|
||||
{
|
||||
sprintf (tmp_str, " agl\n");
|
||||
sprintf (tmp_str, "%sProgram for create PDB file with choosen aglomerate\n", tmp_str);
|
||||
sprintf (tmp_str, "%sProgram for create PDB file with chosen aglomerate\n", tmp_str);
|
||||
sprintf (tmp_str, "%sVersion : 1.0.1 License : GPL\n", tmp_str);
|
||||
sprintf (tmp_str, "%s Evgeniy Alekseev aka arcanis\n", tmp_str);
|
||||
sprintf (tmp_str, "%s E-mail : esalexeev@gmail.com\n\n", tmp_str);
|
||||
|
Reference in New Issue
Block a user