add message about defaulting to not remove

This commit is contained in:
Aaron Bieber 2021-03-10 23:15:52 +00:00
parent ba1fb5a6ef
commit 9039960258

View File

@ -32,6 +32,7 @@ function got-clean {
rm -vi "$f"
;;
*)
echo "Use -f or -i to actually remove files."
echo "rm $f"
;;
esac