Skip to content

Commit a9c3b2b

Browse files
committed
Fix option double dashes
1 parent 09bb97b commit a9c3b2b

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: ``--yell``, ``yell=louder``, and not passing
250+
This option can be used in 3 ways: ``--yell``, ``--yell=louder``, and not passing
251251
the option at all. 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)