diff options
Diffstat (limited to 'src/cli.h')
| -rw-r--r-- | src/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ struct configuration { int quiet; /* Level of output verbosity. */ game_type game; /* Which decryption key to use. */ mode_type mode; /* What to do after initial sanity checks. */ - const char *archive_path; /* Path to archive to extract. */ + const char *archive; /* Path to archive to extract. */ }; /* General subroutine for parsing command-line arguments. Returns a |