1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

files: clarify "Please move the above files" message

This commit is contained in:
Samuel Ainsworth 2021-08-21 16:28:02 -07:00 committed by Robert Helgesson
parent 514acaebb9
commit 562449b503
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -128,7 +128,7 @@ in
done
if [[ -v collision ]] ; then
errorEcho "Please move the above files and try again or use -b <ext> 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
'';