diff options
Diffstat (limited to 'libbuild2/script/run.hxx')
-rw-r--r-- | libbuild2/script/run.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/run.hxx b/libbuild2/script/run.hxx index c4c2aa2..aa11def 100644 --- a/libbuild2/script/run.hxx +++ b/libbuild2/script/run.hxx @@ -39,7 +39,7 @@ namespace build2 // can be used in diagnostics. // // Optionally, execute the specified function at the end of the pipe, - // either after the last command or instead of it. + // either after the last command or instead of it (last_cmd=false). // void run (environment&, |