You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/08/08 23:37:41 UTC

svn commit: r1512053 - /jena/trunk/jena-tdb/bin/tdbloader2worker

Author: andy
Date: Thu Aug  8 21:37:41 2013
New Revision: 1512053

URL: http://svn.apache.org/r1512053
Log:
Correct the usage message to use the name of the presumed calling script

Modified:
    jena/trunk/jena-tdb/bin/tdbloader2worker

Modified: jena/trunk/jena-tdb/bin/tdbloader2worker
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/bin/tdbloader2worker?rev=1512053&r1=1512052&r2=1512053&view=diff
==============================================================================
--- jena/trunk/jena-tdb/bin/tdbloader2worker (original)
+++ jena/trunk/jena-tdb/bin/tdbloader2worker Thu Aug  8 21:37:41 2013
@@ -41,7 +41,7 @@ then
     exit 1
 fi
 
-USAGE="Usage: $(basename $0) --loc location datafile ..."
+USAGE="Usage: tdbloader2 --loc location datafile ..."
 PKG=com.hp.hpl.jena.tdb.store.bulkloader2
 
 if [ "$#" -lt 2 ] ; then echo "$USAGE" 1>&2 ; exit 1 ; fi