Merge pull request #10 from xchwarze/patch-1

Fix -f command
This commit is contained in:
Valentin 2019-10-10 20:23:58 +02:00 committed by GitHub
commit aa8752254e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ int main(int argc, char *const argv[])
struct slre_cap caps[2];
// Parse command line arguments
while ((ch = getopt(argc, argv, "hCD:s:BP:T:S:O:k:t:f")) != -1) {
while ((ch = getopt(argc, argv, "hCD:s:BP:T:S:O:k:t:f:")) != -1) {
switch (ch) {
case 'C':
use_default_key=false;