aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgsxcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxcl b/gsxcl
index 4a7edb9..2bbace3 100755
--- a/gsxcl
+++ b/gsxcl
@@ -47,7 +47,7 @@ EOT;
}
$opts = getopt( 's:u:p:r:e:m:q:f:d:' );
-list( $noun, $verb ) = array_slice( $argv, -2, 2 );
+list( $verb, $noun ) = array_slice( $argv, -2, 2 );
if( !in_array( $noun, $nouns )) {
exit( "Error: invalid noun - {$noun}.\n" );