summaryrefslogtreecommitdiffstats
path: root/plugins/check_ide-smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ide-smart.c')
-rw-r--r--plugins/check_ide-smart.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ide-smart.c b/plugins/check_ide-smart.c
index 6ceebe2..aa74f98 100644
--- a/plugins/check_ide-smart.c
+++ b/plugins/check_ide-smart.c
@@ -385,7 +385,7 @@ void
385show_help () 385show_help ()
386{ 386{
387 printf (_("\ 387 printf (_("\
388Usage: check_ide-smart [DEVICE] [OPTION]\n\ 388Usage: %s [DEVICE] [OPTION]\n\
389 -d, --device=DEVICE\n\ 389 -d, --device=DEVICE\n\
390 Select device DEVICE\n\ 390 Select device DEVICE\n\
391 -i, --immediate\n\ 391 -i, --immediate\n\
@@ -397,9 +397,9 @@ Usage: check_ide-smart [DEVICE] [OPTION]\n\
397 -0, --auto-off\n\ 397 -0, --auto-off\n\
398 Turn off automatic offline tests\n\ 398 Turn off automatic offline tests\n\
399 -n, --net-saint\n\ 399 -n, --net-saint\n\
400 Output suitable for Net Saint\n\ 400 Output suitable for Net Saint\n", progname);
401 -h, --help\n\ 401
402 -V, --version\n")); 402 printf (UT_HLP_VRS, progname, progname);
403} 403}
404 404
405 405