From f435e1c8efafc2f40bf1e56766dbece9f847c0e8 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Mon, 13 Feb 2023 10:44:14 +0100 Subject: [PATCH] src/main.rs: update mount help --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 6e717c9..c610419 100644 --- a/src/main.rs +++ b/src/main.rs @@ -229,6 +229,8 @@ struct Mount { /// - Version view: The `.mount` directory contains the results folder and /// every file within it becomes a directory storing every version of /// that file + /// + /// This option is deactivated when used with --diff #[clap(short, long, takes_value = false)] versions: bool, /// Displays the differences between two files mounted corresponding to the @@ -236,8 +238,6 @@ struct Mount { /// /// Note that if only one file is recovered then, the other is taken from /// the current result folder - /// - /// This option is deactivated when used with --diff #[clap(short, long, takes_value = false)] diff: bool, /// Consider last N archive after other filter were applied -- GitLab