summaryrefslogtreecommitdiff
path: root/update-all.in
diff options
context:
space:
mode:
Diffstat (limited to 'update-all.in')
-rw-r--r--update-all.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-all.in b/update-all.in
index 76261dc..a776498 100644
--- a/update-all.in
+++ b/update-all.in
@@ -14,5 +14,5 @@ do
cmd="ssh -t -t ${system}"
fi
cmd="${cmd} update-me"
- urxvt -e ${cmd} &
+ urxvt -title "${system}: update-me" -e ${cmd} &
done