diff options
author | mistachkin <mistachkin@noemail.net> | 2015-10-10 00:53:28 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2015-10-10 00:53:28 +0000 |
commit | cc7304888fac2bffbe5077d85c024a2e157eec37 (patch) | |
tree | e7d17977d068c52d87ac754ab13270de1a901630 /tool/GetFile.cs | |
parent | dfff1ffec66d979a3d8175ec11acf94599524d67 (diff) | |
download | sqlite-cc7304888fac2bffbe5077d85c024a2e157eec37.tar.gz sqlite-cc7304888fac2bffbe5077d85c024a2e157eec37.zip |
More fine-tuning to the new TclKit tools.
FossilOrigin-Name: 43addd8aa04c3faceb9d303672e330294af01a16
Diffstat (limited to 'tool/GetFile.cs')
-rw-r--r-- | tool/GetFile.cs | 2 |
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;
}
|