Hi,<br><br>boost-1.32.0-6<br><br>I've tried to find in the program_options docs how to specify a regular boolean switch. If I use <bool>, it still demand putting something<br><br>That's what I would like to have<br>./prog -t <br><br>and not<br>./prog -t1<br><br>Right now, when using <bool> it will throw an exception if I'm not using the -t1 notation.<br><br>Am I missing here something?<br><br>Thanks,<br>Kobi.<br>