Skip to content

Commit a9308ef

Browse files
committed
special thanks @Javarooster-png
1 parent 48a42d5 commit a9308ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# `z64yartool` WIP guide
1+
# `z64yartool`
2+
3+
Special thanks to [@Javarooster-png](https://github.com/Javarooster-png) for making recipes and helping test all the features! 🎉
4+
25
`z64yartool` is operated using commands. You have the following commands at your disposal:
36
- `stat`
47
- `unyar`

src/z64yartool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ int main(int argc, const char *argv[])
305305
const char *command = argv[1];
306306
const char *input = argv[2];
307307

308-
fprintf(stderr, "welcome to z64yartool v1.0.0 <z64.me>\n");
308+
fprintf(stderr, "welcome to z64yartool v1.0.0 <z64.me> special thanks Javarooster\n");
309309
fprintf(stderr, "build date: %s at %s\n", __DATE__, __TIME__);
310310

311311
if ((!command || strcmp(command, "unyar")) && argc != 3)

0 commit comments

Comments
 (0)