summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-11-01 16:31:54 -0600
committerGitHub <noreply@github.com>2023-11-01 17:31:54 -0500
commitf2d19c127f8ecb15f9369a7bdd0637629b9b39d0 (patch)
tree69a8093a9da8a453d2d82a95304030034a3d979d
parent1ac5fbc5519352ec9be5bbb448f72c727c5b52cd (diff)
Update `--preview` help text (#263)
-rw-r--r--src/cli.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index afc45a6..101ab0d 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -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(