1234567891011121314151617181920 |
- getopt_long returned 1, argument test0=(null)
- Option -a with value (null)
- getopt_long returned 0, set flag to 2, argument test1=(null)
- Option -a with value (null)
- getopt_long returned 3, argument test2=(null)
- Option -a with value (null)
- getopt_long returned 3, argument test2=arg
- Option -a with value (null)
- getopt_long returned 4, argument test3=-a
- getopt_long returned 4, argument test3=arg
- Option -a with value (null)
- getopt_long returned 4, argument test3=arg
- Option -a with value (null)
|