commit e4daa17f33a555e6e51e03d31ac617778c000598
parent b5e9d92ce85da9d3f6cf64b5e05f9e46180db999
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date: Thu, 4 Mar 2010 08:57:23 -0800
Merge branch 'master' into next
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup b/bin/sup
@@ -20,7 +20,7 @@ if ENV['SUP_PROFILE']
end
if no_ncursesw
- debug "No 'ncursesw' gem detected. Install it for wide character support."
+ info "No 'ncursesw' gem detected. Install it for wide character support."
end
$opts = Trollop::options do