summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 8daa8efc..a366f529 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -437,6 +437,10 @@ pub struct Opt {
/// Text to display in front of a added file path.
pub file_added_label: String,
+ #[structopt(long = "file-copied-label", default_value = "copied:")]
+ /// Text to display in front of a copied file path.
+ pub file_copied_label: String,
+
#[structopt(long = "file-renamed-label", default_value = "renamed:")]
/// Text to display in front of a renamed file path.
pub file_renamed_label: String,