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
1 changed files with 1 additions and 1 deletions

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
'';