diff --git a/src/main.rs b/src/main.rs index 782321c9a4fa927a87df565cf3529fed46463e44..5666b04388769a8c58256c50b4a821ceccf1debd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,7 +67,7 @@ enum Commands { /// Show differences between two commits of the `results` folder Diff(Diff), /// Mount an old file/directory from one or multiple archive named after - /// git commits into the .mount folder inside de project directory. + /// git commits into the .mount folder inside the project directory. Mount(Mount), /// Unmount everything in the folder .mount Umount,