summaryrefslogtreecommitdiff
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.h b/src/cli.h
index 6ccfd86..662d955 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -35,7 +35,7 @@ enum {
struct params {
int mode; /* Current mode of operation. */
int game; /* Which encryption keys to use. */
- bool quiet; /* Whether or not to suppress progress messages. */
+ bool verbose; /* Whether or not to output progress messages. */
int vararg_index; /* Start index of paths in argv. */
char *out; /* Path to extract files to. */
size_t out_len; /* Length of the output path string. */