summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-25 14:07:03 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-25 14:07:03 -0600
commitb3e3dc98ceccba4b16c5fe20c56420a8922bd691 (patch)
tree5d012bb47617d2f4c5066ddcd102ac2541136a3d
parentd03d8e3e792ea7692448935d35b429a5ecfe79f2 (diff)
downloadapp-termcast-b3e3dc98ceccba4b16c5fe20c56420a8922bd691.tar.gz
app-termcast-b3e3dc98ceccba4b16c5fe20c56420a8922bd691.zip
->run is not much at all like exec
-rw-r--r--lib/App/Termcast.pm6
1 files changed, 3 insertions, 3 deletions
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<exec>, 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<system>, 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