From b1b00b4a8aad8ea97c318aab597b9468c536e656 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 30 Aug 2024 16:23:06 -0500 Subject: Restructure screen & add header defs --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2eb512c..a382ccb 100644 --- a/src/main.c +++ b/src/main.c @@ -42,6 +42,7 @@ static char argdoc[] = "lmao"; static struct argp_option options[] = { {.name = "passphrase", .key = 'p', .arg = "key", .flags = 0, .doc = "Specify passphrase for encryption/decryption", .group = 0}, {"decrypt", 'd', 0, 0, "Skip the slots minigame and immediately decrypt (or encrypt) files", 0}, + {"noenc", 'n', 0, 0, "Don't encrypt files when ran, just play slots"}, {0} }; -- cgit v1.2.3