diff --git a/Program.cs b/Program.cs index 78ad208..c071c01 100644 --- a/Program.cs +++ b/Program.cs @@ -141,7 +141,7 @@ 4. 编解码失败 return 3; } } else { // 异常处理和用户提示还没完成 - // Read from file + // Read from file if (args is [.., "-"]) { // Write to stdout if (!File.Exists(args[1])) {