add message about defaulting to not remove
This commit is contained in:
parent
ba1fb5a6ef
commit
9039960258
@ -32,6 +32,7 @@ function got-clean {
|
||||
rm -vi "$f"
|
||||
;;
|
||||
*)
|
||||
echo "Use -f or -i to actually remove files."
|
||||
echo "rm $f"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user