summaryrefslogtreecommitdiff
path: root/sample/cal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/cal.rb')
-rw-r--r--sample/cal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/cal.rb b/sample/cal.rb
index e8452349dd..e17c5e2a3e 100644
--- a/sample/cal.rb
+++ b/sample/cal.rb
@@ -32,7 +32,7 @@ $tab =
$cc = 'gb'
def usage
- $stderr.puts 'usage: cal [-c iso3166] [-jmty] [[month] year]'
+ warn 'usage: cal [-c iso3166] [-jmty] [[month] year]'
exit 1
end