@@ -1,5 +1,5 @@
--- plugins/check_ide_smart.c.orig 2013-11-24 11:30:58.436360581 +0100
-+++ plugins/check_ide_smart.c 2013-11-24 12:33:59.765054497 +0100
++++ plugins/check_ide_smart.c 2013-11-24 12:46:26.826827505 +0100
@@ -180,6 +180,7 @@
int command = -1;
int o, longindex;
@@ -60,3 +60,10 @@
printf (UT_SUPPORT);
}
+@@ -639,5 +647,5 @@
+ {
+ printf ("%s\n", _("Usage:"));
+ printf ("%s [-d <device>] [-i <immediate>] [-q quiet] [-1 <auto-on>]",progname);
+- printf (" [-O <auto-off>] [-n <nagios>]\n");
++ printf (" [-O <auto-off>] [-n <nagios>] [-N <disable_smartenable>]\n");
+ }
|