diff options
| author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 +0000 |
|---|---|---|
| committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 11:45:10 +0000 |
| commit | fa002886e390f5cc603021e422be3c319a1040ea (patch) | |
| tree | 63e7af0f720a031aa3f6cd0ca7125f37e50575d0 /plugins/check_game.c | |
| parent | 83df67099daebd7189ad0417089040f3b2de27c1 (diff) | |
| download | monitoring-plugins-fa002886e390f5cc603021e422be3c319a1040ea.tar.gz | |
internationalization fixes and help fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_game.c')
| -rw-r--r-- | plugins/check_game.c | 7 |
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\ | |||
| 333 | void | 333 | void |
| 334 | print_usage (void) | 334 | print_usage (void) |
| 335 | { | 335 | { |
| 336 | printf (_("\ | 336 | printf ("\ |
| 337 | Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n\ | 337 | Usage: %s <game> <ip_address> [-p port] [-gf game_field] [-mf map_field]\n\ |
| 338 | [-pf ping_field]\n"), progname); | 338 | [-pf ping_field]\n", progname); |
| 339 | printf (_(UT_HLP_VRS), progname, progname); | 339 | |
| 340 | printf (UT_HLP_VRS, progname, progname); | ||
| 340 | } | 341 | } |
| 341 | 342 | ||
| 342 | /****************************************************************************** | 343 | /****************************************************************************** |
