diff --git a/modules/files.nix b/modules/files.nix index 551c91b38..14d6e020d 100644 --- a/modules/files.nix +++ b/modules/files.nix @@ -128,7 +128,7 @@ in done if [[ -v collision ]] ; then - errorEcho "Please move the above files and try again or use -b to move automatically." + errorEcho "Please move the above files and try again or use 'home-manager switch -b backup' to back up existing files automatically." exit 1 fi '';