summaryrefslogtreecommitdiff
path: root/client/help.go
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-01 19:19:04 -0500
committercitrons <citrons@mondecitronne.com>2025-06-01 19:19:04 -0500
commita69d4d6bd2e9c91a8c9925610b46922d58eda493 (patch)
tree5908fe8ab6d1116522771d60d5bb6e513817690a /client/help.go
parent335f57fbc8403b32b5e3d8ea1cb1b713cdacb5fc (diff)
rename channel
Diffstat (limited to 'client/help.go')
-rw-r--r--client/help.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/help.go b/client/help.go
index a6f1797..9465f20 100644
--- a/client/help.go
+++ b/client/help.go
@@ -16,6 +16,7 @@ var helpTexts = []helpText {
helpText {"join", "<name>", "join the channel with this name"},
helpText {"list", "", "list users in the currently shown channel"},
helpText {"leave", "", "leave the currently shown channel"},
+ helpText {"rename", "<name>", "rename the currently shown channel"},
helpText {"create", "<name>", "create a channel with this name"},
helpText {"quit", "", "exit the application"},
}