When running osc_qasm.exe --help , it shows and describes all of the arguments. However, the description for the --headless flag is incorrect: it has two additional sentences that were actually copied from the previous flag, --remote.
To solve:
[x] Remove the last two sentences from the --headless description at osc_qasm.py (line 242)
When running
osc_qasm.exe --help
, it shows and describes all of the arguments. However, the description for the--headless
flag is incorrect: it has two additional sentences that were actually copied from the previous flag,--remote
.To solve:
--headless
description at osc_qasm.py (line 242)