summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2020-12-19 15:58:43 +0100
committerFrancescoBorzi <borzifrancesco@gmail.com>2020-12-19 15:58:43 +0100
commitb25a6cb0955ccef5205627ef4568dbd899c5ed31 (patch)
treed4f6fcd03689a047d8c5f48767fba05a88bab1b7
parent39f920363699180bcd9817fa79782d5c94194c9e (diff)
downloadwiki-b25a6cb0955ccef5205627ef4568dbd899c5ed31.tar.gz
wiki-b25a6cb0955ccef5205627ef4568dbd899c5ed31.tar.bz2
wiki-b25a6cb0955ccef5205627ef4568dbd899c5ed31.zip
docs: tiny change
-rw-r--r--docs/Install-with-AC-Dashboard.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Install-with-AC-Dashboard.md b/docs/Install-with-AC-Dashboard.md
index bab4d89..ed03d9c 100644
--- a/docs/Install-with-AC-Dashboard.md
+++ b/docs/Install-with-AC-Dashboard.md
@@ -182,6 +182,7 @@ Other useful commands:
- create a new session: `tmux new -s my_session`
- list all sessions: `tmux ls`
- kill a session: `tmux kill my_session` (or just attach to it and type `exit`)
+- kill ALL sessions: `tmux kill-server`
- ...more details available at the [tmux wiki](https://github.com/tmux/tmux/wiki)