Skip to content

Commit ae4663b

Browse files
committed
minor #14559 Fix option double dashes (ybenhssaien)
This PR was submitted for the 3.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- Fix option double dashes The option `yell` should have double dashes instead none Commits ------- ab4b613 Fix option double dashes
2 parents 7cd7b81 + ab4b613 commit ae4663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

+1-1
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)