diff options
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 4eea72c4..59cd8a34 100644 --- a/plugins/check_ide_smart.c +++ b/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); |