Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Mar 29, 2024
1 parent 4a6486d commit ef22d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cod4qol/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void commands::BackupCFG()
{
if (game::Cmd_Argc() < 2)
{
game::Com_PrintMessage(0, "Usage: openlink <option>\n", 0);
game::Com_PrintMessage(0, "Usage: backupcfg <option>\n", 0);
return;
}
}
Expand Down

0 comments on commit ef22d8c

Please sign in to comment.