mirror of
https://github.com/chmln/sd
synced 2025-02-16 15:58:23 +00:00
tweak description for --in-place
This commit is contained in:
parent
5de065f9d2
commit
b76218c62e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use structopt::StructOpt;
|
|||
pub(crate) struct Options {
|
||||
#[structopt(short = "i", long = "in-place")]
|
||||
/// Modify the files in-place. Otherwise, transformations will be
|
||||
/// emitted to stdout by default.
|
||||
/// emitted to STDOUT by default.
|
||||
in_place: bool,
|
||||
|
||||
#[structopt(short = "s", long = "string-mode")]
|
||||
|
|
Loading…
Add table
Reference in a new issue