Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3694: First letter of error messages should be in uppercase
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-06 13:43:41
#3694: First letter of error messages should be in uppercase
--------------------------------------------------+-------------------------
Reporter: Vadim Guchenko <techmsgs@â¦> | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: Boost 1.42.0 | Component: program_options
Version: Boost 1.40.0 | Severity: Cosmetic
Keywords: |
--------------------------------------------------+-------------------------
Comment(by Vadim Guchenko <techmsgs@â¦>):
Consider examples/real.cpp:
{{{
s1# ./real --output
required parameter is missing in 'output'
s1# ./real --br
unknown option br
}}}
I would like the output to be:
{{{
s1# ./real --output
Required parameter is missing in 'output'
s1# ./real --br
Unknown option br
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3694#comment:4> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC