Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-16 23:57:08


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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net