Skip to content

Commit 1b83554

Browse files
committed
Users: fix invalid var name
Fix #1408
1 parent 55352be commit 1b83554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/users/users.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ void ffGenerateUsersJsonResult(FFUsersOptions* options, yyjson_mut_doc* doc, yyj
191191
void ffPrintUsersHelpFormat(void)
192192
{
193193
FF_PRINT_MODULE_FORMAT_HELP_CHECKED(FF_USERS_MODULE_NAME, "{1}@{2} - login time {5}", FF_USERS_NUM_FORMAT_ARGS, ((const char* []) {
194-
"User name - user-name",
194+
"User name - name",
195195
"Host name - host-name",
196196
"Session name - session",
197197
"Client IP - client-ip",

0 commit comments

Comments
 (0)