Rename text from TorrentToMagnet to MagnetExtractor

This commit is contained in:
2025-05-12 01:55:16 +03:00
parent f29596104e
commit 3dbdaef434

View File

@@ -14,7 +14,7 @@ namespace TorrentToMagnet
{ {
if (args.Length != 1) if (args.Length != 1)
{ {
Console.WriteLine("Usage: TorrentToMagnet <path_to_torrent_file>"); Console.WriteLine("Usage: MagnetExtractor.exe <path_to_torrent_file>");
return; return;
} }