diff --git a/src/uu/shuf/src/shuf.rs b/src/uu/shuf/src/shuf.rs index 9c0d08bdde3..f0de4b2e4d4 100644 --- a/src/uu/shuf/src/shuf.rs +++ b/src/uu/shuf/src/shuf.rs @@ -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 {