From 08a89defa1818f4bd6469e6ede754ecded815525 Mon Sep 17 00:00:00 2001 From: beerpsi Date: Sun, 8 Mar 2026 16:28:11 +0700 Subject: [PATCH] Update README with new command --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b4f30c..dd37040 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,15 @@ Tools for decoding, decrypting and encrypting ICFs ## Usage ```shell -Usage: icf-reader.exe +Usage: icf-reader Commands: - encrypt Fixes some common ICF errors, then encrypt the given ICF - decrypt Decrypts the given ICF - decode Decodes the given ICF (optionally to a JSON file) - encode Encodes a JSON file from the decode subcommand to an ICF - help Print this message or the help of the given subcommand(s) + encrypt Fixes some common ICF errors, then encrypt the given ICF + decrypt Decrypts the given ICF + decode Decodes the given ICF (optionally to a JSON file) + encode Encodes a JSON file from the decode subcommand to an ICF + generate Generates an ICF1 file from a folder of .pack, .app, and .opt files + help Print this message or the help of the given subcommand(s) Options: -h, --help Print help