[Libsysio-commit] HEAD: libsysio/tests test_fhipath.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2009-02-25 05:09:06
|
Update of /cvsroot/libsysio/libsysio/tests In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5390 Modified Files: test_fhipath.c Log Message: Fixed usage message; Prints the right name, has space before first argument now. Index: test_fhipath.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/test_fhipath.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -b -B -p -r1.1 -r1.2 --- test_fhipath.c 4 Feb 2009 20:07:23 -0000 1.1 +++ test_fhipath.c 25 Feb 2009 05:08:58 -0000 1.2 @@ -280,7 +280,7 @@ usage() { (void )fprintf(stderr, - "Usage: test_path" + "Usage: test_fhipath" "<export-path> " " [<path>...]\n"); |