diff --git a/wc.rb b/wc.rb index 28b0fee..3838b72 100644 --- a/wc.rb +++ b/wc.rb @@ -51,5 +51,5 @@ if input_sources.size > 1 total_result << total_words if options[:words] total_result << total_bytes if options[:bytes] - puts "#{total_result.join(' ')} total" + puts "#{total_result.join(' ')} 合計" end