mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #3287 from cakebaker/missing_spaces
sort: add two missing spaces in help texts
This commit is contained in:
commit
ce28aa8b8a
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ use uucore::{format_usage, InvalidEncodingHandling};
|
||||||
use crate::tmp_dir::TmpDirWrapper;
|
use crate::tmp_dir::TmpDirWrapper;
|
||||||
|
|
||||||
const ABOUT: &str = "\
|
const ABOUT: &str = "\
|
||||||
Display sorted concatenation of all FILE(s).\
|
Display sorted concatenation of all FILE(s). \
|
||||||
With no FILE, or when FILE is -, read standard input.";
|
With no FILE, or when FILE is -, read standard input.";
|
||||||
const USAGE: &str = "{} [OPTION]... [FILE]...";
|
const USAGE: &str = "{} [OPTION]... [FILE]...";
|
||||||
|
|
||||||
|
@ -1363,7 +1363,7 @@ pub fn uu_app<'a>() -> Command<'a> {
|
||||||
.long(options::check::CHECK_SILENT)
|
.long(options::check::CHECK_SILENT)
|
||||||
.conflicts_with(options::OUTPUT)
|
.conflicts_with(options::OUTPUT)
|
||||||
.help(
|
.help(
|
||||||
"exit successfully if the given file is already sorted,\
|
"exit successfully if the given file is already sorted, \
|
||||||
and exit with status 1 otherwise.",
|
and exit with status 1 otherwise.",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue