Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
diff options
context:
space:
mode:
authorRadek Doulik <rodo@xamarin.com>2020-01-23 19:38:01 +0300
committerMarek Safar <marek.safar@gmail.com>2020-01-24 12:04:02 +0300
commit14570f14acc0153ab0273a9788ed8768ca26f8bc (patch)
treee2a38d7a3100c75f89842563b4468a500b58179a /mcs/tools
parentae9335ac2182a2bee66855e5e9265969f9a505f0 (diff)
[aprofutil] Update the tool name
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/aprofutil/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/aprofutil/Program.cs b/mcs/tools/aprofutil/Program.cs
index 43d0b987e38..f6fb58b1aa3 100644
--- a/mcs/tools/aprofutil/Program.cs
+++ b/mcs/tools/aprofutil/Program.cs
@@ -11,7 +11,7 @@ using static System.Console;
namespace aotprofiletool {
class MainClass {
- static readonly string Name = "aotprofile-tool";
+ static readonly string Name = "aprofutil";
static bool AdbForward;
static bool Methods;