Small typos fixed
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OneDriveArchiver
|
||||
var fi = new FileInfo(filename);
|
||||
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);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace OneDriveArchiver
|
||||
if (args.Length != 1)
|
||||
{
|
||||
// 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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user