Thanks,
Peter.
--
Stephane
--
If opportunity came disguised as temptation, one knock would be enough.
Thanks but what if you have a bunch of options as well like
prog -a b -c d [-w x -y z -q r -s t]
prog -e f -g h [-w x -y z -q r -s t]
Is there no way of compacting this synopsis?
Thanks,
Peter.
The normal way to express this in either the manual entry or the usage
statement would be something like this:
prog [-options] <argument>
-a all
-b baker
-r recursive
-z encrypt
Roadhard
One or none of alternatives: [ this | that | other ]
Exactly one of alternatives: { this | that | other }
--
Magnus
Thanks,
Peter.