summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-06-04 22:24:24 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-06-04 22:24:24 +0200
commit2b2ea59fc9fa0ff5bb17251cc9345391346021a2 (patch)
treed5f918b70c8a2565d9d5885d3edf3e3bef737d5c /README.md
parentfb074d4decf6a1406ad39737741a061e1b5bc2d1 (diff)
Quit command
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85b2f88..3248b6f 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@ followed by command name and parameters (if any) separated by spaces. When
a conversation is selected, message to send there is entered directly on
the command prompt.
+The session can be terminated either by end-of-input (typically `Ctrl-d`) or
+using the `/quit` command.
+
### Messaging
`/peers`
@@ -132,6 +135,9 @@ re-established by either side.
`/update-identity`
Interactively update current identity information
+`/quit`
+Quit the erebos tool.
+
Storage
-------