Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit e8ce4ce

Browse files
committed
change console help text
1 parent 0870a8c commit e8ce4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopMintSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
count++;
367367
if (lineData.Length != 5)
368368
{
369-
Console.WriteLine("This line is not correct. Please supply the nftData(string),amountOfNftsPerPacket(int),amountOfPackets(int),validUntilDays(int),isRandomSplit(boolean) as a comma seperated list of values...");
369+
Console.WriteLine("This line is not correct. Please supply the nftData(string),amountOfPackets(int),amountOfNftsPerPacket(int),validUntilDays(int),isRandomSplit(boolean) as a comma seperated list of values...");
370370
continue;
371371
}
372372
Console.WriteLine($"Attempting mint {count} out of {lineCount} Red Packet NFTs");

0 commit comments

Comments
 (0)