Author: laukpe
Date: Wed Nov 26 01:28:21 2008
New Revision: 1131

Modified:
   trunk/tools/oneclickinstaller/RobotFrameworkOneClickInstaller.au3

Log:
usage edit

Modified: trunk/tools/oneclickinstaller/RobotFrameworkOneClickInstaller.au3
==============================================================================
--- trunk/tools/oneclickinstaller/RobotFrameworkOneClickInstaller.au3 (original) +++ trunk/tools/oneclickinstaller/RobotFrameworkOneClickInstaller.au3 Wed Nov 26 01:28:21 2008
@@ -40,14 +40,13 @@
 $ROBOT_PATTERN = "robotframework-2.*.exe"
 $JYTHON_PATTERN = "jython_installer-2.*.jar"

-; Usage to show to the user. If major versions of installed software are changed update them also here!! -; Patterns and directory names above are used in the usage so that they don't need to be updated. -$USAGE = "One Click Installer installs Robot Framework and its preconditions Python and Jython (optional)." & @CRLF & @CRLF & _ - "Please specify the directory where you want to install the software. Make also sure you have the " & _ - "required Robot Framework and Python installers, optionally Jython installer, in the directory " & _
-         "where you have this installer." & @CRLF & @CRLF & _
-         "See more information from robotframework.org."
-
+$USAGE = "One Click Installer installs Robot Framework and its " & _
+         "preconditions Python and Jython (optional)." & @CRLF & @CRLF & _
+         "Please specify the directory where you want software to be " & _
+ "installed. Also make sure that you have required Robot Framework " & _ + "and Python installers, and optionally Jython installer, in the " & _
+         "same directory as this installer." & @CRLF & @CRLF & _
+         "For more information see http://robotframework.org/.";

 ;;
 ;; Main

Reply via email to