mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +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]...
|
||||
{} -i LO-HI [OPTION]...";
|
||||
static ABOUT: &str = "\
|
||||
Shuffle the input by outputting a random permutation of input lines.\
|
||||
Each output permutation is equally likely.\
|
||||
Shuffle the input by outputting a random permutation of input lines. \
|
||||
Each output permutation is equally likely. \
|
||||
With no FILE, or when FILE is -, read standard input.";
|
||||
|
||||
struct Options {
|
||||
|
|
Loading…
Reference in a new issue