Skip to content

Commit ab4b613

Browse files
ybenhssaienjaviereguiluz
authored andcommitted
Fix option double dashes
1 parent 7cd7b81 commit ab4b613

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
@@ -247,7 +247,7 @@ optionally accepts a value, but it's a bit tricky. Consider this example::
247247
)
248248
;
249249

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

0 commit comments

Comments
 (0)