Index: branches/locker-dev/locker/deploy/bin/rails
===================================================================
--- branches/locker-dev/locker/deploy/bin/rails	(revision 1410)
+++ branches/locker-dev/locker/deploy/bin/rails	(revision 1411)
@@ -130,5 +130,7 @@
 
 t2 = Thread.new do
+   # List of directories to watch for changes before reload
    Thread.current[:watched_dirs] = ['app', 'config', 'db', 'lib', 'public']
+   # Sample filter: /(\.rb|\.erb)\$/.  Default filter: watch all files
    Thread.current[:watched_extensions] = //
    # Iterations since last reload
