From e3c986f45eeeb1bb3ba5e931ecf042907676b3df Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Tue, 30 Jul 2024 22:12:22 -0500 Subject: COLORS!!! --- src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7da36b8..2eb512c 100644 --- a/src/main.c +++ b/src/main.c @@ -55,6 +55,12 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) { switch(key) { case 'p': + /* Specifying the start option of "-p=" errors out unless this is done. + // Technically a user should use --passphrase= if they want to use the = sign, but I think + // this is how it should work. RMS can suck it */ + if(*arg == '=') + arg++; + args->inputpass = arg; break; -- cgit v1.2.3