Skip to content

Commit 6d3bab6

Browse files
authored
Update README.md
1 parent bfde389 commit 6d3bab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class World extends \OvhCli\Command
152152
if ($a) {
153153
print "This is action A\n";
154154
} elseif($b) {
155-
print "This is action A\n";
155+
print "This is action B\n";
156156
} else {
157157
print "No action specified. Use --help!\n";
158158
}
@@ -196,5 +196,5 @@ No action specified. Use --help!
196196
$ ./ovh-cli hello:world -a
197197
This is action A
198198
$ ./ovh-cli hello:world -b
199-
This is action A
199+
This is action B
200200
```

0 commit comments

Comments
 (0)