Pequena modificação

This commit is contained in:
guapito 2024-04-04 18:31:59 -03:00
parent eab8d0398d
commit d67f987df5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use io;
export fn main() void = {
if (len(os::args) < 2) {
fmt::fatalf("Uso: {} <input>", os::args[0]);
fmt::fatalf("Uso: {} [opções] <input>", os::args[0]);
};