# HG changeset patch # User George Garbis # Date 1333555576 -10800 # Node ID cd9be1ed7ba4fb275d14d83c3202b030e82c8832 # Parent 5c698cb0a3d59d1ffe57802db13ec0c8e45c2008 correct usage diff -r 5c698cb0a3d5 -r cd9be1ed7ba4 runtime/src/main/java/eu/earthobservatory/runtime/postgis/DescribeOp.java --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/DescribeOp.java Sun Apr 01 22:15:34 2012 +0300 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/DescribeOp.java Wed Apr 04 19:06:16 2012 +0300 @@ -17,7 +17,7 @@ System.err.println(" is the username to use when connecting to the database "); System.err.println(" is the password to use when connecting to the database"); System.err.println(" is the stSPARQL query to evaluate."); - System.err.println(" is the stSPARQL query to evaluate."); + System.err.println(" is the output file."); System.exit(0); }