diff --git a/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java b/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java index c45e87f..c86a8f6 100644 --- a/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java +++ b/src/main/java/com/glencoesoftware/bioformats2raw/Converter.java @@ -1215,7 +1215,9 @@ public Integer call() throws Exception { boolean success = tmpdirCheck.setExecutable(true); if (!success || !tmpdirCheck.canExecute()) { String msg = System.getProperty("java.io.tmpdir") + - " is noexec; fix it or specify a different java.io.tmpdir"; + " is noexec; fix it or specify a different java.io.tmpdir." + + " See https://github.com/glencoesoftware/bioformats2raw/" + + "blob/master/README.md#temporary-directory-usage for details"; if (getWarnNoExec()) { LOGGER.warn(msg); }