Revision: 2132
Author: andreassolberg
Date: Mon Jan 25 01:59:49 2010
Log: Fix wrong description text in help output from translation script
http://code.google.com/p/simplesamlphp/source/detail?r=2132

Modified:
 /trunk/bin/translation.php

=======================================
--- /trunk/bin/translation.php  Fri Jan 15 01:41:49 2010
+++ /trunk/bin/translation.php  Mon Jan 25 01:59:49 2010
@@ -8,7 +8,7 @@
 require_once($baseDir . '/lib/_autoload.php');

 if (count($argv) !== 3) {
- echo "Wrong number of parameters. Run: " . $argv[0] . " [pulldef,pushdef,pulltranslation] filename\n"; exit; + echo "Wrong number of parameters. Run: " . $argv[0] . " [pulldef,push,pull] filename\n"; exit;
 }

// Needed in order to make session_start to be called before output is printed.

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to