Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katepavlu committed Nov 4, 2024
1 parent cb00587 commit d821209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn usage_hint() -> ! {
println!("| Usage: |");
println!("| greg [infile1] [infile2] ... -o [outfile] -p [physical memory .data offset] |");
println!("| infile1: First input file. Mandatory. |");
println!("| infile*: Additional input fils. Linked with main file during assembly. |");
println!("| infile*: Additional input files. Linked with main file during assembly. |");
println!("| Arguments: |");
println!("| -o | output file name - defaults to \"a.hex\" |");
println!("| -p | offset of .data segment in physical memory - defaults to 0x400 |");
Expand Down

0 comments on commit d821209

Please sign in to comment.