Hi,

here is the output of one of the example programs from program_options library:

paim@notebook:~$ ./first --help
Allowed options:
  --help                produce help message
  --compression arg     set compression level


I would like to know if there is a way to change "arg" for something else?


Thanks

Marcio