X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fexternaltask.h;h=4a789201b64848c35123f9e4fb3d6394760968d8;hb=c5d6d6d6d76189b9b2937295709b85654780e9db;hp=9b9bc438867ce5884241249dedbe6b511af87ed8;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/externaltask.h b/source/lib/externaltask.h index 9b9bc43..4a78920 100644 --- a/source/lib/externaltask.h +++ b/source/lib/externaltask.h @@ -68,7 +68,7 @@ public: void set_stderr(StreamAction); /** Returns captured output, if any. This may be called while the task is - still running, but it will always return all output. */ + still running, but it will always return all output produced so far. */ const std::string &get_output() const { return output; } /** Executes a command and captures its output. If the command exits with