From 28e49026c89714134ef61946908f7b0ca0ab4cfd Mon Sep 17 00:00:00 2001 From: KojoZero Date: Fri, 13 Mar 2026 22:41:01 -0700 Subject: [PATCH] update help --- src/citra_meta/common_strings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/citra_meta/common_strings.h b/src/citra_meta/common_strings.h index 0276b697f..6f1a98772 100644 --- a/src/citra_meta/common_strings.h +++ b/src/citra_meta/common_strings.h @@ -15,6 +15,8 @@ constexpr char help_string[] = "-g, --gdbport [port] Enable gdb stub on the given port\n" "-h, --help Display this help and exit\n" "-i, --install [path] Install a CIA file at the given path\n" + "-c, --compress [path] Compress the cci/3ds/cxi/app/3dsx/cia file at the given path\n" + "-x, --decompress [path] Decompress zcci/zcxi/z3dsx/zcia file at the given path\n" "-p, --movie-play [path] Play a TAS movie located at the given path\n" "-r, --movie-record [path] Record a TAS movie to the given file path\n" "-a, --movie-record-author [author] Set the author for the recorded TAS movie (to be used "