diff --git a/src/main.rs b/src/main.rs
index 6e717c9bcbb1720c9352267175dae3652117ac68..c61041910fb252afca01fc04817ff6e2de0bce6c 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