mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 20:00:11 +01:00
Fixed recursive argument definition in pilerexport.c
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
8877285302
commit
d2512f0cff
@ -136,7 +136,7 @@ int main(int argc, char **argv){
|
|||||||
{"start-position",required_argument, 0, 's' },
|
{"start-position",required_argument, 0, 's' },
|
||||||
{"table-id", required_argument, 0, 'T' },
|
{"table-id", required_argument, 0, 'T' },
|
||||||
{"quiet", no_argument, 0, 'q' },
|
{"quiet", no_argument, 0, 'q' },
|
||||||
{"recursive", required_argument, 0, 'R' },
|
{"recursive", no_argument, 0, 'R' },
|
||||||
{"remove-after-import",no_argument, 0, 'r' },
|
{"remove-after-import",no_argument, 0, 'r' },
|
||||||
{"failed-folder", required_argument, 0, 'j' },
|
{"failed-folder", required_argument, 0, 'j' },
|
||||||
{"move-folder", required_argument, 0, 'g' },
|
{"move-folder", required_argument, 0, 'g' },
|
||||||
|
Loading…
Reference in New Issue
Block a user