Added -f to CL arguments
This commit is contained in:
parent
eff3dc0d5f
commit
0976e6f285
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,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, "hD:s:BP:T:S:O:k:t:")) != -1) {
|
while ((ch = getopt(argc, argv, "hD:s:BP:T:S:O:k:t:f:")) != -1) {
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case 'P':
|
case 'P':
|
||||||
// Number of probes
|
// Number of probes
|
||||||
|
|
Loading…
Reference in a new issue