Skip to content

Commit

Permalink
Improve cli help.
Browse files Browse the repository at this point in the history
Signed-off-by: Fritz Stracke <[email protected]>
  • Loading branch information
fstracke committed May 11, 2023
1 parent 2da2f97 commit 060c70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ int cricket_checkpoint(int argc, char *argv[])
#endif

if (argc != 3) {
printf("wrong number of arguments, use: %s <pid>\n", argv[0]);
printf("wrong number of arguments, use: %s checkpoint <pid>\n", argv[0]);
return -1;
}

Expand Down

0 comments on commit 060c70b

Please sign in to comment.