Merge pull request #3677 from cakebaker/shuf_missing_spaces

shuf: add missing spaces to about text
This commit is contained in:
Sylvestre Ledru 2022-06-27 16:30:09 +02:00 committed by GitHub
commit a772f5c466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {