Fix -f command

This commit is contained in:
DSR! 2019-10-06 21:40:43 -03:00 committed by GitHub
parent 3f1a04092f
commit f640e81803
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]; struct slre_cap caps[2];
// Parse command line arguments // 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) { switch (ch) {
case 'C': case 'C':
use_default_key=false; use_default_key=false;