make error message consistent with name of executable
This commit is contained in:
@ -53,7 +53,7 @@ int main(int narg, char **arg)
|
||||
MPI_Init(&narg,&arg);
|
||||
|
||||
if (narg != 4) {
|
||||
printf("Syntax: simpleC P in.lammps /path/to/liblammps.so\n");
|
||||
printf("Syntax: %s P in.lammps /path/to/liblammps.so\n", arg[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user