mirror of
https://github.com/chmln/sd
synced 2024-11-26 04:50:22 +00:00
Adds note about in-place file modification to --help output
This commit is contained in:
parent
977f2cb8a1
commit
ebeab6fdf0
1 changed files with 2 additions and 0 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue