rosco-m68k / rosco_m68k

Design, documentation and software for the Really Old School Computer (M68K)
https://rosco-m68k.com
Other
157 stars 32 forks source link

Change usage #373

Closed harrowm closed 10 months ago

harrowm commented 10 months ago

This is a trivial change (changes the message "usage: r68k " .. really just to check I have the forking workflow process correct ..

What I did was:

1129 git clone https://github.com/rosco-m68k/rosco_m68k.git 1131 cd rosco_m68k 1132 git remote add upstream https://github.com/rosco-m68k/rosco_m68k.git
1160 git checkout -b change_usage

...

1168 git commit -a -m "Change usgae message"

:o I spelt it wrong .. omg

1171 git push origin change_usage

Goto rosco_m68k GitHub to do the PR. Comments feedback very welcome. Next PR will be to adding the extra flush then I will do the CRC on SD Card change ..