Jason McIntyre wrote: > On Sat, Sep 30, 2006 at 05:10:37PM +0159, Han Boetes wrote: > > Jason McIntyre wrote: > > > On Sat, Sep 30, 2006 at 12:03:37PM +0159, Han Boetes wrote: > > > > spamprobe auto-train {SPAM|GOOD file ...} ... > > > > It's not an optional argument. > > > > ``spamprobe auto-train SPAM foofile'' is ok, but ``spamprobe > > auto-train'' will result in an error. > > well, then I don't know why you want those braces at all. what > exactly do you want to indicate?
That's what was in the original manpage, but I'm not looking to repeat it. I want to properly indicate that this is ok: spamprobe auto-train SPAM foofile spamprobe auto-train GOOD barfile spamprobe auto-train SPAM foofile GOOD barfile And I can't find an example of a program which uses similar syntax. How would you do this? # Han