Răsfoiți Sursa

Fix misleading option text

As soon as a device is specified without using -d, anything else on the
command line is ignored.
Thomas Guyot-Sionnest 12 ani în urmă
părinte
comite
0fbee4deb2
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      plugins/check_ide_smart.c

+ 2 - 1
plugins/check_ide_smart.c

@@ -597,7 +597,8 @@ print_help (void)
 
   printf (" %s\n", "-d, --device=DEVICE");
   printf ("    %s\n", _("Select device DEVICE"));
-  printf ("    %s\n", _("Note: if the device is selected with this option, _no_ other options are accepted"));
+  printf ("    %s\n", _("Note: if the device is specified without this option, any further option will"));
+  printf ("          %s\n", _("be ignored."));
 
   printf (UT_VERBOSE);