Skip to content

Commit beaade5

Browse files
author
Muhammad Hashim
committed
update readme
1 parent 84f1cea commit beaade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ An advanced example:
4545
});
4646

4747
try {
48-
ProcessMonitor pMonitor = CommandExecutor.execute(cmd, eop); //execute the command, redirect the output to eop.
48+
ProcessMonitor pMonitor = CommandExecutor.execute(cmd, null, eop); //execute the command, redirect the output to eop.
4949
ExecutionReport report = pMonitor.getExecutionReport(); //blocks until the process finishes or gets aborted.
5050

5151
String commandLine = cmd.string();

0 commit comments

Comments
 (0)