diff options
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r-- | plugins/check_swap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index ba353bc..3067f85 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -515,6 +515,6 @@ void | |||
515 | print_usage (void) | 515 | print_usage (void) |
516 | { | 516 | { |
517 | printf ("\ | 517 | printf ("\ |
518 | Usage: %s [-av] -w <percent_free>%% -c <percent_free>%%\n\ | 518 | Usage: %s [-av] -w <percent_free>%% -c <percent_free>%%\n\ |
519 | %s [-av] -w <bytes_free> -c <bytes_free>\n", progname, progname); | 519 | %s [-av] -w <bytes_free> -c <bytes_free>\n", progname, progname); |
520 | } | 520 | } |