Skip to content

Commit

Permalink
mod vmcdry.c
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ido committed Aug 15, 2024
1 parent 0f68a4b commit cb049b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mVMC/vmcdry.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void StdFace_main(char *fname);
int main(int argc, char *argv[])
{
if (argc == 1){
printf("Usage: %s StdFace.def\n");
printf("Usage: %s StdFace.def\n", argv[0]);
return 1;
}

Expand Down

0 comments on commit cb049b3

Please sign in to comment.