1
Fork 0
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:
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]... {} -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 {