aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r--plugins/check_game.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c
index ea08f9d9..a194ab25 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -333,10 +333,11 @@ Notes:\n\
void
print_usage (void)
{
- printf (_("\
+ printf ("\
Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n\
- [-pf ping_field]\n"), progname);
- printf (_(UT_HLP_VRS), progname, progname);
+ [-pf ping_field]\n", progname);
+
+ printf (UT_HLP_VRS, progname, progname);
}
/******************************************************************************