Problem to give an option to Jc in command-line with -jessie-jc-opt
ID0000340:
**This issue was created automatically from Mantis Issue 340. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000340 | Frama-C | Kernel | public | 2009-11-23 | 2009-11-23 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | nrousset | **Assigned To** | - | **Resolution** | duplicate |
| **Priority** | normal | **Severity** | minor | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Beryllium-20090902 | **Target Version** | - | **Fixed in Version** | - |
### Description :
All the command-lines below produces (under Cygwin) the same error message:
frama-c -jessie -jessie-jc-opt -verify credit purse.c
frama-c -jessie -jessie-jc-opt "-verify credit" purse.c
frama-c -jessie -jessie-jc-opt '-verify credit' purse.c
[kernel] user error: option '-jessie-jc-opt' requires a string as argument
## Attachments
- [purse.c](/uploads/df9e03d933dfbc66f7870423d23c296e/purse.c)
issue