chore: update readme

This commit is contained in:
2025-02-01 19:28:11 +01:00
parent 81341f1fc8
commit 1f9f0c11f7
3 changed files with 33 additions and 28 deletions

View File

@@ -16,7 +16,6 @@ case $i in
stow -D -v -d files -t $HOME $2
;;
*)
echo "Unknown option, exiting."
echo "Use $0 --stow <folder_name> to deploy configuration"
echo "Use $0 --unstow <folder_name> to remove configuration"
exit -1