Unknown flag -j when using identity encryption #612
Replies: 4 comments
|
What do you mean undocumented? (#548 is about how to make a plugin that works with |
|
I think what they mean by "undocumented" is that the error message refers to ("documents") It's clear to me that the error message is speaking generally (the same error applies to both |
|
I was a bit confused by this error message as well since |
|
I also ran into this (and was encouraged to report): I tried to decrypt a file encrypted by my ssh key: It told me to use the I wasn't sure which to use, so I ran But this didn't tell me what Version: v1.3.1 |
Uh oh!
There was an error while loading. Please reload this page.
I was trying to encrypt a string with an identity file and got an error about an undocumented flag (-j).
Repro steps
Expected behaviour
-jflag is documented if it's actually used or it's excluded from the error message.At least 1 other individual seems confused about the flag
All reactions