[Libsysio-commit] HEAD: libsysio/tests test_link.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-11-20 17:23:41
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21721 Modified Files: test_link.c Log Message: Usage erroneously announce the program name as 'unlink'. Fixed. Says 'link' now. Index: test_link.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_link.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -b -B -p -r1.6 -r1.7 --- test_link.c 28 Mar 2007 21:27:12 -0000 1.6 +++ test_link.c 20 Nov 2007 17:23:36 -0000 1.7 @@ -133,7 +133,7 @@ usage() { (void )fprintf(stderr, - "Usage: unlink" + "Usage: link" " oldpath newpath\n"); exit(1); |