Index: checkpt.c =================================================================== RCS file: /home/dcvs/src/usr.bin/checkpt/checkpt.c,v retrieving revision 1.4 diff -u -r1.4 checkpt.c --- checkpt.c 21 Dec 2004 02:07:27 -0000 1.4 +++ checkpt.c 24 Jul 2007 17:07:07 -0000 @@ -44,7 +44,7 @@ void usage(const char *prg) { - fprintf(stderr, "%s file.ckpt\n", prg); + fprintf(stderr, "%s -r file.ckpt\n", prg); exit(1); } @@ -80,4 +80,3 @@ fprintf(stderr, "Unknown error restoring checkpoint\n"); return(5); } -