aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorMatt Bridges <mbridges.91@gmail.com>2013-01-16 12:27:06 -0600
committerMatt Bridges <mbridges.91@gmail.com>2013-01-16 17:12:32 -0600
commit08ac4b967255af6a5d10f36bdec2bf514e5dd500 (patch)
tree1af5c527b0e9e87ad7c0aa28e951e9e15fb7f702 /guides/source/command_line.md
parent94384bdbd6aaf95e57887fa5821018b59ca65037 (diff)
downloadrails-08ac4b967255af6a5d10f36bdec2bf514e5dd500.tar.gz
rails-08ac4b967255af6a5d10f36bdec2bf514e5dd500.tar.bz2
rails-08ac4b967255af6a5d10f36bdec2bf514e5dd500.zip
clear specific logs when using rake log:clear
Diffstat (limited to 'guides/source/command_line.md')
-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 12d39ea1cc..0081e6427e 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -355,7 +355,7 @@ rake assets:clean # 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
+rake log:clear # Truncates all *.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 session, cache, and socket files from tmp/ (narrow w/ tmp:sessions:clear, tmp:cache:clear, tmp:sockets:clear)