Typo.
--HG-- branch : develop
This commit is contained in:
parent
47b2d03304
commit
14f1b84bc3
|
@ -505,7 +505,7 @@ void MApplication::ParseCommandLine(const SocketConnection &connection, const QS
|
||||||
parser.addPositionalArgument("filename", tr("The measurement file."));
|
parser.addPositionalArgument("filename", tr("The measurement file."));
|
||||||
//-----
|
//-----
|
||||||
QCommandLineOption heightOption(QStringList() << "e" << "height",
|
QCommandLineOption heightOption(QStringList() << "e" << "height",
|
||||||
tr("Open with the base height. Vali values: %1cm.")
|
tr("Open with the base height. Valid values: %1cm.")
|
||||||
.arg(VMeasurement::WholeListHeights(Unit::Cm).join(", ")),
|
.arg(VMeasurement::WholeListHeights(Unit::Cm).join(", ")),
|
||||||
tr("The base height"));
|
tr("The base height"));
|
||||||
parser.addOption(heightOption);
|
parser.addOption(heightOption);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user