Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions try.rb
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def print_global_help
Default path: ~/src/tries
Current: #{TrySelector::TRY_PATH}
HELP
STDOUT.print(text)
STDERR.print(text)
end

# Process color-related flags early
Expand All @@ -844,7 +844,7 @@ def print_global_help

# Version flag
if ARGV.include?("--version") || ARGV.include?("-v")
puts "try #{VERSION}"
STDERR.puts "try #{VERSION}"
exit 0
end

Expand Down
Loading