Fix -f command
This commit is contained in:
parent
3f1a04092f
commit
f640e81803
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user