diff options
-rw-r--r-- | plugins/check_ide_smart.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 6487d08..33f2475 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c | |||
@@ -219,8 +219,7 @@ main (int argc, char *argv[]) | |||
219 | } | 219 | } |
220 | 220 | ||
221 | if (!device) { | 221 | if (!device) { |
222 | show_help (); | 222 | print_help (); |
223 | show_version (); | ||
224 | return -1; | 223 | return -1; |
225 | } | 224 | } |
226 | 225 | ||