Skip to content

Commit c78e2f8

Browse files
committed
Fixed semicolon
1 parent 5b3da63 commit c78e2f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ void printUsage() {
105105
<< "-k, --key the key to be used for encoding or decoding.\n"
106106
<< " For AES, this is a text string like a password.\n"
107107
<< " 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"
108+
<< "-h, --help for outputting this dialog.\n"
109+
<< "--clear-session clears the session data used by GUI.\n";
110110
}
111111

112112
int main(int argc, char *argv[]) {

0 commit comments

Comments
 (0)