diff options
| author | @syxhe <https://t.me/syxhe> | 2024-08-30 16:23:06 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-08-30 16:23:06 -0500 |
| commit | b1b00b4a8aad8ea97c318aab597b9468c536e656 (patch) | |
| tree | 2b74c230b212a655b1e55d192e71e0f4ced7650b /src/main.c | |
| parent | 9497cdd0d6d1483f559aacf3f8f2bbb6a11716ab (diff) | |
Restructure screen & add header defs
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -42,6 +42,7 @@ static char argdoc[] = "lmao"; | |||
| 42 | static struct argp_option options[] = { | 42 | static struct argp_option options[] = { |
| 43 | {.name = "passphrase", .key = 'p', .arg = "key", .flags = 0, .doc = "Specify passphrase for encryption/decryption", .group = 0}, | 43 | {.name = "passphrase", .key = 'p', .arg = "key", .flags = 0, .doc = "Specify passphrase for encryption/decryption", .group = 0}, |
| 44 | {"decrypt", 'd', 0, 0, "Skip the slots minigame and immediately decrypt (or encrypt) files", 0}, | 44 | {"decrypt", 'd', 0, 0, "Skip the slots minigame and immediately decrypt (or encrypt) files", 0}, |
| 45 | {"noenc", 'n', 0, 0, "Don't encrypt files when ran, just play slots"}, | ||
| 45 | {0} | 46 | {0} |
| 46 | }; | 47 | }; |
| 47 | 48 | ||
