tweak description for --in-place

This commit is contained in:
Greg 2018-12-30 00:56:18 -05:00
parent 5de065f9d2
commit b76218c62e

View file

@ -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")]