Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38d914d

Browse files
authored
Fix option
1 parent d25d246 commit 38d914d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ optionally accepts a value, but it's a bit tricky. Consider this example::
249249
)
250250
;
251251

252-
This option can be used in 3 ways: ``greet --yell``, ``greet yell=louder``,
252+
This option can be used in 3 ways: ``greet --yell``, ``greet --yell=louder``,
253253
and ``greet``. However, it's hard to distinguish between passing the option
254254
without a value (``greet --yell``) and not passing the option (``greet``).
255255

0 commit comments

Comments
 (0)