Skip to content

Commit 2cf4122

Browse files
committed
Wrap long lines
1 parent f4b77be commit 2cf4122

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

console/input.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ flag:
174174
1
175175
);
176176

177-
Note that while long options are separated from their value with an ``=`` character, e.g. ``--iterations=5``, short options do not use any separator. The short option variant of the previous example would therefore be ``-i5``.
177+
Note that while long options are separated from their value with an ``=``
178+
character, e.g. ``--iterations=5``, short options do not use any separator. The
179+
short option variant of the previous example would therefore be ``-i5``.
178180

179181
There are four option variants you can use:
180182

0 commit comments

Comments
 (0)