aboutsummaryrefslogtreecommitdiff
path: root/tool/GetFile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/GetFile.cs')
-rw-r--r--tool/GetFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/GetFile.cs b/tool/GetFile.cs
index 9c489c673..56601f3e8 100644
--- a/tool/GetFile.cs
+++ b/tool/GetFile.cs
@@ -350,7 +350,7 @@ namespace GetFile
if (!Uri.TryCreate(args[0], UriKind.Absolute, out uri))
{
- Error("First argument is not an absolute URI.", false);
+ Error("Could not create absolute URI from argument.", false);
return (int)ExitCode.BadUri;
}