We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3da63 commit c78e2f8Copy full SHA for c78e2f8
1 file changed
main.cpp
@@ -105,8 +105,8 @@ void printUsage() {
105
<< "-k, --key the key to be used for encoding or decoding.\n"
106
<< " For AES, this is a text string like a password.\n"
107
<< " For RSA, this would be the path for the gpg key file.\n"
108
- << "-h, --help for outputting this dialog.\n";
109
- << "--clear-session clears the session data used by GUI.\n"
+ << "-h, --help for outputting this dialog.\n"
+ << "--clear-session clears the session data used by GUI.\n";
110
}
111
112
int main(int argc, char *argv[]) {
0 commit comments