about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-04-01 11:03:28 +0200
committerSteffen Jaeckel <jaeckel-floss@eyet-services.de>2022-04-01 11:03:28 +0200
commitb914929320f9f13981218f4bb2b685059e2b854b (patch)
tree8dd51a30285e8c3d461ece88ea406eee4865403b /src/command
parent1c7bae4ae99e6eec39df603fbf11c05e014ac21f (diff)
downloadprofani-tty-b914929320f9f13981218f4bb2b685059e2b854b.tar.gz
fix `account set theme` help
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 24d4a737..281d21c6 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2111,7 +2111,7 @@ static struct cmd_t command_defs[] = {
               { "set <account> tls disable", "Disable TLS for the connection." },
               { "set <account> auth default", "Use default authentication process." },
               { "set <account> auth legacy", "Allow legacy authentication." },
-              { "set <account> <theme>", "Set the UI theme for the account." },
+              { "set <account> theme <theme>", "Set the UI theme for the account." },
               { "clear <account> server", "Remove the server setting for this account." },
               { "clear <account> port", "Remove the port setting for this account." },
               { "clear <account> password", "Remove the password setting for this account." },