aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-01-09 18:02:28 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2016-01-09 18:02:28 +0100
commit9d681fc74c6251d5f2b93fa9576c9b2113116680 (patch)
tree493c4418cac398fc58c214a42e15e47e5d147e25 /guides/source
parent2ac430f4f9778d01f5067f523578d7a6744ab220 (diff)
parent68f46a815fc30e9de0065c1726f18f4c916bb776 (diff)
downloadrails-9d681fc74c6251d5f2b93fa9576c9b2113116680.tar.gz
rails-9d681fc74c6251d5f2b93fa9576c9b2113116680.tar.bz2
rails-9d681fc74c6251d5f2b93fa9576c9b2113116680.zip
Merge pull request #22703 from joshsoftware/rake-log-clear
rake log:clear task updated
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index eb9bf3fa18..5240b5f343 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -392,7 +392,7 @@ rake assets:clobber # Remove compiled assets
rake assets:precompile # Compile all the assets named in config.assets.precompile
rake db:create # Create the database from config/database.yml for the current Rails.env
...
-rake log:clear # Truncates all *.log files in log/ to zero bytes (specify which logs with LOGS=test,development)
+rake log:clear # Truncates all/specified *.log files in log/ to zero bytes (specify which logs with LOGS=test,development)
rake middleware # Prints out your Rack middleware stack
...
rake tmp:clear # Clear cache and socket files from tmp/ (narrow w/ tmp:cache:clear, tmp:sockets:clear)