coreutils/src
Michael Debertol bd7d8fdde7 sort: remove duplication from usage string
The custom usage string does not have to include the "sort\nUsage:" part,
because this part is already printed by clap.

It prevents the following duplication:

USAGE:
    sort
Usage:
 sort [OPTION]... [FILE]..

Now, only the following is printed:

USAGE:
    sort [OPTION]... [FILE]...
2021-07-27 23:58:44 +02:00
..
bin coreutils: better errors for invalid args for completions 2021-06-27 16:07:43 +02:00
uu sort: remove duplication from usage string 2021-07-27 23:58:44 +02:00
uucore Silent buggy clippy warnings 2021-07-04 19:06:37 +02:00
uucore_procs add usage error 2021-07-02 19:31:16 +02:00