Opened 5 years ago

Closed 5 years ago

#131 closed defect (fixed)

The -n option wants an argument.

Reported by: ajbeach Owned by: Peter
Priority: minor Component: cfa-cc
Version: 1.0 Keywords:
Cc:

Description

If I type in the following:

driver/dfa-cpp -n <small-file>.cfa

The program hangs waiting for input. However adding -- fixes that:

driver/dfa-cpp -n -- <small-file>.cfa

It appear -n is taking the file name as an argument even thought the option is supposed to be a stand alone flag.

Change History (1)

comment:1 Changed 5 years ago by Thierry Delisle

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.