You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/02/10 06:35:48 UTC

svn commit: r1069238 - /cassandra/branches/cassandra-0.7/bin/sstablekeys

Author: jbellis
Date: Thu Feb 10 05:35:47 2011
New Revision: 1069238

URL: http://svn.apache.org/viewvc?rev=1069238&view=rev
Log:
forward all arguments to sstablekeys
patch by thobbs; reviewed by jbellis for CASSANDRA-2150

Modified:
    cassandra/branches/cassandra-0.7/bin/sstablekeys

Modified: cassandra/branches/cassandra-0.7/bin/sstablekeys
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/bin/sstablekeys?rev=1069238&r1=1069237&r2=1069238&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/bin/sstablekeys (original)
+++ cassandra/branches/cassandra-0.7/bin/sstablekeys Thu Feb 10 05:35:47 2011
@@ -50,6 +50,6 @@ fi
 
 $JAVA -cp $CLASSPATH  -Dstorage-config=$CASSANDRA_CONF \
         -Dlog4j.configuration=log4j-tools.properties \
-        org.apache.cassandra.tools.SSTableExport "$1" -e
+        org.apache.cassandra.tools.SSTableExport "$@" -e
 
 # vi:ai sw=4 ts=4 tw=0 et