diff options
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index ebbb1523..8eac7220 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -164,7 +164,7 @@ process_arguments (int argc, char **argv) break; case 'T': /* Result to return on timeouts */ if ((timeout_state = translate_state(optarg)) == ERROR) - usage4 (_("timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-3).")); + usage4 (_("Timeout result must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-3).")); break; case 'o': /* replacement for OK */ if ((state[STATE_OK] = translate_state(optarg)) == ERROR) |