Skip to content

Commit

Permalink
shuf: add missing spaces to about text
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jun 27, 2022
1 parent 6be25ee commit 62d9305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uu/shuf/src/shuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 62d9305

Please sign in to comment.