Changeset e28a625 for app/src/common/cmdline_common.ggo
- Timestamp:
- 10/29/08 11:17:16 (16 years ago)
- Branches:
- master, help
- Children:
- 91ed676
- Parents:
- 261bf62
- git-author:
- obrebski <obrebski@…> (10/29/08 11:17:16)
- git-committer:
- obrebski <obrebski@…> (10/29/08 11:17:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/common/cmdline_common.ggo
r25ae32e re28a625 2 2 3 3 4 option "input" f "Input file" string no hidden4 option "input" f "Input file" string no 5 5 6 option "output" o "Output file " string no hidden6 option "output" o "Output file for succesfully processed segments" string no 7 7 8 option "fail" e "Output file for unsuccesfully processed segments " string no hidden8 option "fail" e "Output file for unsuccesfully processed segments " string no 9 9 10 10 option "only-fail" - "Print only segments the program failed to process" flag off hidden … … 12 12 option "no-fail" - "Print only segments the program processed" flag off hidden 13 13 14 option "copy" c "Copy succesfully processed segments to standard output" flag off hidden14 option "copy" c "Copy succesfully processed segments to standard output" flag off 15 15 16 16 option "process" p "Process segments with this tag" string no multiple
Note: See TracChangeset
for help on using the changeset viewer.