From 08559f8a29f59821fcc0697548788e21d6f81b57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 27 Jun 2017 16:58:46 +0200 Subject: [PATCH] [man] Fix AOT temp path option description It's `temp-path` in the code, not `temp_path` --- man/mono.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mono.1 b/man/mono.1 index 89a051e2506..7bacf5bcb0d 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -300,7 +300,7 @@ mono_aot_register_module (mono_aot_module_hello_info); .I stats Print various stats collected during AOT compilation. .TP -.I temp_path=[path] +.I temp-path=[path] Explicitly specify path to store temporary files created during AOT compilation. .TP .I threads=[number] -- 2.25.1