Skip to content

Commit

Permalink
--graphml-witness
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 27, 2023
1 parent fe9b9ec commit 0fa6e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def parse_arguments():

parser.add_argument('--version', action='version', version='ConcurrentWitness2Test 1.0')
parser.add_argument('input_file', metavar='<input.c>', type=str, help='Input file (.c)')
parser.add_argument('--witness', metavar='<witness.graphml>', type=str, required=True, help='Witness file (graphml)')
parser.add_argument('--witness', '--graphml-witness', metavar='<witness.graphml>', type=str, required=True, help='Witness file (graphml)')
parser.add_argument('--mode', choices=['strict', 'normal', 'permissive'], default='normal',
help='Mode (default: normal)')

Expand Down

0 comments on commit 0fa6e24

Please sign in to comment.