Small typos fixed
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OneDriveArchiver
|
|||||||
var fi = new FileInfo(filename);
|
var fi = new FileInfo(filename);
|
||||||
if (fi.Length == 0)
|
if (fi.Length == 0)
|
||||||
{
|
{
|
||||||
Console.WriteLine($"Deleting file {filename} as it has zero bytes content.");
|
Console.WriteLine($"OneDriveArchiver: Deleting file {filename} as it has zero bytes content.");
|
||||||
File.Delete(filename);
|
File.Delete(filename);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace OneDriveArchiver
|
|||||||
if (args.Length != 1)
|
if (args.Length != 1)
|
||||||
{
|
{
|
||||||
// handle improper arguments
|
// handle improper arguments
|
||||||
Console.WriteLine("OneDriverArchiver: Please specify a directory with images mapped to a onedrive folder.");
|
Console.WriteLine("OneDriverArchiver: Please specify a directory with files mapped to a Microsoft OneDrive folder.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user