aboutsummaryrefslogtreecommitdiff
path: root/pseudoclients
diff options
context:
space:
mode:
Diffstat (limited to 'pseudoclients')
-rw-r--r--pseudoclients/haxserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudoclients/haxserv.c b/pseudoclients/haxserv.c
index 677a10b..7683d5f 100644
--- a/pseudoclients/haxserv.c
+++ b/pseudoclients/haxserv.c
@@ -940,7 +940,7 @@ int haxserv_pseudoclient_get_command(struct string from, struct string sender, s
}
struct command_def haxserv_pseudoclient_get_command_def = {
.func = haxserv_pseudoclient_get_command,
- .summary = STRING("Resets all connections."),
+ .summary = STRING("[uid | name | info] <target>"),
.aligned_name = STRING("get "),
.name = STRING("get"),
};