Skip to content

Commit

Permalink
Users: fix invalid var name
Browse files Browse the repository at this point in the history
Fix #1408
  • Loading branch information
CarterLi committed Nov 23, 2024
1 parent 55352be commit 1b83554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/users/users.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void ffGenerateUsersJsonResult(FFUsersOptions* options, yyjson_mut_doc* doc, yyj
void ffPrintUsersHelpFormat(void)
{
FF_PRINT_MODULE_FORMAT_HELP_CHECKED(FF_USERS_MODULE_NAME, "{1}@{2} - login time {5}", FF_USERS_NUM_FORMAT_ARGS, ((const char* []) {
"User name - user-name",
"User name - name",
"Host name - host-name",
"Session name - session",
"Client IP - client-ip",
Expand Down

0 comments on commit 1b83554

Please sign in to comment.