Explorar el Código

Improve documentation about --input-file

Francois Lallart hace 7 años
padre
commit
65d6786781
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      plugins/check_procs.c

+ 2 - 0
plugins/check_procs.c

@@ -203,6 +203,8 @@ main (int argc, char **argv)
 			exit(STATE_WARNING);
 		}
 	} else {
+	    if (verbose >= 2)
+		    printf (_("INPUT FILE: %s\n"), input_filename);
 		result = cmd_file_read( input_filename, &chld_out, 0);
 	}