From b3e3dc98ceccba4b16c5fe20c56420a8922bd691 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 25 Feb 2012 14:07:03 -0600 Subject: ->run is not much at all like exec --- lib/App/Termcast.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/App/Termcast.pm') diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm index a4a8b46..0948093 100644 --- a/lib/App/Termcast.pm +++ b/lib/App/Termcast.pm @@ -314,9 +314,9 @@ sub write_to_termcast { =method run @ARGV -Runs the given command in the local terminal as though via C, but streams -all output from that command to the termcast server. The command may be an -interactive program (in fact, this is the most useful case). +Runs the given command in the local terminal as though via C, but +streams all output from that command to the termcast server. The command may be +an interactive program (in fact, this is the most useful case). =cut -- cgit v1.2.3-54-g00ecf