1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

shuf: add missing spaces to about text

This commit is contained in:
Daniel Hofstetter 2022-06-27 09:21:48 +02:00
parent 6be25eee26
commit 62d9305785

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 {