Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laincat authored Aug 28, 2024
1 parent 6b61167 commit eca05fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static async Task Main(string[] args)

if (args.Length == 0 || string.IsNullOrEmpty(accountsString))
{
throw new Exception("请查看文档,设置账号密码");
throw new Exception("请查看文档设置账号密码");
}

var rawSplit = accountsString.Split('|');
Expand Down

0 comments on commit eca05fb

Please sign in to comment.