diff --git a/lib/pry/command_processor.rb b/lib/pry/command_processor.rb index 0a0902e4..c5bcd7c9 100644 --- a/lib/pry/command_processor.rb +++ b/lib/pry/command_processor.rb @@ -76,7 +76,7 @@ class Pry end else if !system(cmd) - output.puts "Error: could not execute system command #{cmd}" + output.puts "Error: there was a problem executing system command: #{cmd}" end end