Split the define var message across two lines
This commit is contained in:
parent
88a76d4b01
commit
ab92d2891e
|
@ -157,7 +157,7 @@ void CLI::COMMAND::addDefineArg()
|
||||||
m_argParser.add_argument( ARG_DEFINE_VAR_LONG, ARG_DEFINE_VAR_SHORT )
|
m_argParser.add_argument( ARG_DEFINE_VAR_LONG, ARG_DEFINE_VAR_SHORT )
|
||||||
.default_value( std::vector<std::string>() )
|
.default_value( std::vector<std::string>() )
|
||||||
.help( UTF8STDSTR(
|
.help( UTF8STDSTR(
|
||||||
_( "Overrides or adds project variables, can be used multiple times to declare "
|
_( "Overrides or adds project variables, can be used multiple times to declare multiple variables."
|
||||||
"multiple variables. Use in the format of '--define-var key=value' or '-D key=value'" ) ) )
|
"\nUse in the format of '--define-var key=value' or '-D key=value'" ) ) )
|
||||||
.metavar( "KEY=VALUE" );
|
.metavar( "KEY=VALUE" );
|
||||||
}
|
}
|
Loading…
Reference in New Issue