diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-09-13 17:24:30 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-09-13 17:24:30 +0200 |
commit | 8ee6c9379023df6594581e70827ba6196b3a2165 (patch) | |
tree | 132a98413f34d44a9e4bd6f2d184691ee203a6b9 /user_guide/general/cli.html | |
parent | 770c8677207be0a9091456b8d763bfd0e5456606 (diff) | |
parent | 869e3721d75e9798a706d24d93170f44e5ab6cb3 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide/general/cli.html')
-rw-r--r-- | user_guide/general/cli.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/cli.html b/user_guide/general/cli.html index 222a77c9d..4e9bf8709 100644 --- a/user_guide/general/cli.html +++ b/user_guide/general/cli.html @@ -114,7 +114,7 @@ class Tools extends CI_Controller { <p>Instead, we are going to open Terminal in Mac/Lunix or go to Run > "cmd" in Windows and navigate to our CodeIgniter project.</p> <blockquote> - $ cd /path/to/project;<br/> + $ cd /path/to/project;<br /> $ php index.php tools message </blockquote> @@ -147,4 +147,4 @@ Next Topic: <a href="reserved_names.html">Reserved Names</a></p> </div> </body> -</html>
\ No newline at end of file +</html> |