mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix wrong filename in a shell script echoed message
PR: ports/65251 Submitted by: maintainer
This commit is contained in:
parent
c5976d80b8
commit
e6bf441a59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106324
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,6 @@
|
||||||
echo "Installation complete"
|
echo "Installation complete"
|
||||||
-echo "You can run ~/traindir.sh from a X console"
|
-echo "You can run ~/traindir.sh from a X console"
|
||||||
\ No newline at end of file
|
\ 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 "directory. You can launch it to start the simulation, or move it"
|
||||||
+echo "to your user's bin directory if you want."
|
+echo "to your user's bin directory if you want."
|
||||||
|
|
Loading…
Add table
Reference in a new issue