mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 03:19:23 +00:00
fix(src/app/cli/Cli): fix argument case
This commit is contained in:
parent
e90b2311f2
commit
9e4dae0e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ void Cli::addCommand (const QString &functionName, const QString &description, F
|
|||
void Cli::makeCommands () noexcept {
|
||||
addCommand("show", tr("showFunctionDescription"), cliShow);
|
||||
addCommand("call", tr("showFunctionCall"), cliCall, {
|
||||
{ "sipAddress", {} }
|
||||
{ "sip-address", {} }
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue