mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #3677 from cakebaker/shuf_missing_spaces
shuf: add missing spaces to about text
This commit is contained in:
commit
a772f5c466
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ static USAGE: &str = "\
|
||||||
{} -e [OPTION]... [ARG]...
|
{} -e [OPTION]... [ARG]...
|
||||||
{} -i LO-HI [OPTION]...";
|
{} -i LO-HI [OPTION]...";
|
||||||
static ABOUT: &str = "\
|
static ABOUT: &str = "\
|
||||||
Shuffle the input by outputting a random permutation of input lines.\
|
Shuffle the input by outputting a random permutation of input lines. \
|
||||||
Each output permutation is equally likely.\
|
Each output permutation is equally likely. \
|
||||||
With no FILE, or when FILE is -, read standard input.";
|
With no FILE, or when FILE is -, read standard input.";
|
||||||
|
|
||||||
struct Options {
|
struct Options {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue