diff options
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index e0f9975..e03f7e6 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -274,7 +274,8 @@ Otherwise, the output state of the wrapped plugin is unchanged.\n")); | |||
274 | void | 274 | void |
275 | print_usage (void) | 275 | print_usage (void) |
276 | { | 276 | { |
277 | printf (_("Usage: %s [-t timeout] <definition of wrapped plugin>\n"), | 277 | printf ("Usage: %s [-t timeout] <definition of wrapped plugin>\n", |
278 | progname); | 278 | progname); |
279 | printf (_(UT_HLP_VRS), progname, progname); | 279 | |
280 | printf (UT_HLP_VRS, progname, progname); | ||
280 | } | 281 | } |