1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-06-12 04:41:58 +03:00

More fine-tuning to the new TclKit tools.

FossilOrigin-Name: 43addd8aa04c3faceb9d303672e330294af01a16
This commit is contained in:
mistachkin
2015-10-10 00:53:28 +00:00
parent dfff1ffec6
commit cc7304888f
4 changed files with 16 additions and 11 deletions

View File

@ -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;
}