Fix comment

This commit is contained in:
David Heinemeier Hansson
2026-02-26 12:10:53 +01:00
parent 57f07cc9c8
commit ab615092ab
+1 -1
View File
@@ -57,7 +57,7 @@ tdlm() {
}
# Create a multi-pane swarm layout with the same command started in each pane (great for AI)
# Usage: tpl <pane_count> <command>
# Usage: tsl <pane_count> <command>
tsl() {
[[ -z $TMUX ]] && { echo "You must start tmux to use this function."; return 1; }