diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-02-21 00:12:35 -0500 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-02-21 00:12:35 -0500 |
commit | 67760cab96bd5655848affff17ccf9675ebf059d (patch) | |
tree | b0d95ff1b74db670625ffecac33d992f0ac713c4 /README.md | |
parent | 15e576cd2f3e92053e2c219e14376a5f5435a219 (diff) | |
download | wiiload-lite-67760cab96bd5655848affff17ccf9675ebf059d.tar.gz wiiload-lite-67760cab96bd5655848affff17ccf9675ebf059d.zip |
switch order of file_path and ip_address arguments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ This is a simple reimplemention of the Wiiload protocol for the Homebrew Channel ## Usage ``` -wiiload_lite ip_address file_path +wiiload_lite file_path ip_address ``` |