From 62d93057853a22f321e07305bb0a5d6e7e19d4df Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 27 Jun 2022 09:21:48 +0200 Subject: [PATCH] shuf: add missing spaces to about text --- src/uu/shuf/src/shuf.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {