1
0
mirror of https://github.com/chmln/sd synced 2024-07-05 15:18:35 +00:00

Adds note about in-place file modification to --help output

This commit is contained in:
Wes Roberts 2020-08-03 10:15:16 -04:00
parent 977f2cb8a1
commit ebeab6fdf0

View File

@ -37,5 +37,7 @@ w - match full words only
pub replace_with: String,
/// The path to file(s). This is optional - sd can also read from STDIN.
/// Note: sd modifies files in-place by default. See documentation for
/// examples.
pub files: Vec<std::path::PathBuf>,
}