- Fix wrong filename in a shell script echoed message

PR:		ports/65251
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-04-06 13:43:42 +00:00
parent c5976d80b8
commit e6bf441a59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106324

View file

@ -55,6 +55,6 @@
echo "Installation complete"
-echo "You can run ~/traindir.sh from a X console"
\ No newline at end of file
+echo "a script file 'start-traindir' has been created in the current"
+echo "a script file 'traindir.sh' has been created in the current"
+echo "directory. You can launch it to start the simulation, or move it"
+echo "to your user's bin directory if you want."