Hi Vladimir, OK I got it. Was obviously my fault. Thanks for your quick reply.
A short overview of things I've tested.
-I "hello" // works
-I"hello" // works
--i="hello" // works ----> Why small letters?
--I="hello" // doesn't work.
On 7/16/07, Vladimir Prus
Christian Henning wrote:
Using --input="hello" works but not -I="hello". What am I overlooking?
The thing is that in no command line style I know, you can use short option together with "=". Can you try
-I "hello"
or
-Ihello
? Note that if guessing is allowed, then:
--i="hello"
will work (provided you have no other options starting with "i").
- Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users