瀏覽代碼

Improve documentation about --input-file

Francois Lallart 7 年之前
父節點
當前提交
65d6786781
共有 1 個文件被更改,包括 2 次插入0 次删除
  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);
 	}