From 65a227beda8c32972cb6fdb17ca93a4f5e828044 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Fri, 25 Jul 2014 12:02:09 -0500 Subject: Correct tools/profile usage example [ci skip] --- tools/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/profile b/tools/profile index fbea67492b..d4b2fc5fbd 100755 --- a/tools/profile +++ b/tools/profile @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # Example: -# tools/profile activesupport/lib/active_support.rb +# ./profile ../activesupport/lib/active_support.rb [ruby-prof mode] ENV['NO_RELOAD'] ||= '1' ENV['RAILS_ENV'] ||= 'development' -- cgit v1.2.3