mirror of
https://github.com/chmln/sd
synced 2024-11-22 03:03:03 +00:00
Update --preview
help text (#263)
This commit is contained in:
parent
1ac5fbc551
commit
f2d19c127f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ use clap::Parser;
|
|||
)]
|
||||
pub struct Options {
|
||||
#[arg(short, long)]
|
||||
/// Output result into stdout and do not modify files.
|
||||
/// Display changes in a human reviewable format (the specifics of the
|
||||
/// format are likely to change in the future).
|
||||
pub preview: bool,
|
||||
|
||||
#[arg(
|
||||
|
|
Loading…
Reference in a new issue