edit readmes

This commit is contained in:
pommicket 2022-02-23 23:50:49 -08:00
parent c75af0c8e5
commit b4e22170b4
8 changed files with 54 additions and 52 deletions

View file

@ -382,12 +382,13 @@ function main
byte 0
:usage_error
puts(.str_usage_error)
putsln(.str_usage_error)
exit(1)
:str_usage_error
string Please either specify no arguments or an input and output file.
byte 0
:str_default_input_filename
string main.c
byte 0