Skip to content

Commit 068238d

Browse files
author
Muhammad Hashim
authored
Update README.md
1 parent eda8f9c commit 068238d

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
@@ -30,7 +30,7 @@ However, this library gives you more control over the commands being executed;
3030
------
3131
An advanced example:
3232

33-
Command cmd = new CommandBuilder().forCommandLine("adb devices").withOptions("-l").build();
33+
Command cmd = new CommandBuilder().forCommandLine("ping").withArgs("google.com").build();
3434
ExecutionOutputPrinter eop = new ExecutionOutputPrinter(new Appender() {
3535

3636
@Override

0 commit comments

Comments
 (0)