6 Aug
2008
6 Aug
'08
2:35 p.m.
Marcio Paim de Aquino wrote:
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?
No. This is based on similar design decision either from APR or Subversion. Although changing 'arg' to say 'level' above might look nice, it does not add any extra information. - Volodya