mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
false,true: Resolve formatting nit in About
This commit is contained in:
parent
23a544c485
commit
c6d5eccf6c
2 changed files with 10 additions and 10 deletions
|
@ -8,7 +8,7 @@ use clap::{App, AppSettings, Arg};
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
use uucore::error::{set_exit_code, UResult};
|
use uucore::error::{set_exit_code, UResult};
|
||||||
|
|
||||||
static ABOUT: &str = "
|
static ABOUT: &str = "\
|
||||||
Returns false, an unsuccessful exit status.
|
Returns false, an unsuccessful exit status.
|
||||||
|
|
||||||
Immediately returns with the exit status `1`. When invoked with one of the recognized options it
|
Immediately returns with the exit status `1`. When invoked with one of the recognized options it
|
||||||
|
|
|
@ -8,7 +8,7 @@ use clap::{App, AppSettings, Arg};
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
use uucore::error::{set_exit_code, UResult};
|
use uucore::error::{set_exit_code, UResult};
|
||||||
|
|
||||||
static ABOUT: &str = "
|
static ABOUT: &str = "\
|
||||||
Returns true, a successful exit status.
|
Returns true, a successful exit status.
|
||||||
|
|
||||||
Immediately returns with the exit status `0`, except when invoked with one of the recognized
|
Immediately returns with the exit status `0`, except when invoked with one of the recognized
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue