lib/mcollective/shell.rb in mcollective-client-2.0.0 vs lib/mcollective/shell.rb in mcollective-client-2.2.0
- old
+ new
@@ -5,10 +5,10 @@
#
# s = Shell.new("date", opts)
# s.runcommand
# puts s.stdout
# puts s.stderr
- # puts s.status.exitcode
+ # puts s.status.exitstatus
#
# Options hash can have:
#
# cwd - the working directory the command will be run from
# stdin - a string that will be sent to stdin of the program