We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0ae15 commit 8b78d9bCopy full SHA for 8b78d9b
dev/src/uu_shuf/shuf.rs.html
@@ -378,8 +378,8 @@
378
{} -e [OPTION]... [ARG]...
379
{} -i LO-HI [OPTION]..."</span>;
380
<span class="kw">static</span> <span class="ident">ABOUT</span>: <span class="kw-2">&</span><span class="ident">str</span> <span class="op">=</span> <span class="string">"\
381
- Shuffle the input by outputting a random permutation of input lines.\
382
- Each output permutation is equally likely.\
+ Shuffle the input by outputting a random permutation of input lines. \
+ Each output permutation is equally likely. \
383
With no FILE, or when FILE is -, read standard input."</span>;
384
385
<span class="kw">struct</span> <span class="ident">Options</span> {
0 commit comments