diff --git a/kill_term.sh b/kill_term.sh
index 12641e9a1d606f4927715fd15dd1a6225487a342..4ee0eb69c63d60832fe06d7a61c71fac64dcf133 100755
--- a/kill_term.sh
+++ b/kill_term.sh
@@ -2,6 +2,7 @@ PROCESS=$$
 
 (
 	sleep 30s
+	echo "Verouiller votre session la prochaine fois !! (vim .bashrc)"
 	kill -9 $PROCESS
 ) &