Commit c530c2602ebdb2cb11482de4205cb0580b481e3e

Authored by Thiago Rocha
1 parent 42cc598e
Exists in master

Corrigido print do install-cacic.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
install-cacic/installcacic.cpp
... ... @@ -106,7 +106,7 @@ void InstallCacic::run(QStringList argv, int argc) {
106 106 } else {
107 107 std::cout << "\nInstalador do Agente Cacic.\n\n"
108 108 << "Parametros incorretos. (<obrigatorios> [opcional])\n\n"
109   - << "<-host=url_gerente> <-user=usuario> <-password=senha> [-help]\n\n"
  109 + << "<-host=url_gerente> <-user=usuario> <-pass=senha> [-help]\n\n"
110 110 << " <-host=url_gerente> url_gerente: Caminho para a aplicação do gerente.\n"
111 111 << " <-user=usuario> usuario: usuário de login no gerente.\n"
112 112 << " <-pass=senha> senha: senha de login no gerente\n"
... ...