summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2014-04-29 15:26:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-30 12:23:30 +0200
commitc66fd6f60269c8781cc2a573974463825d7ace70 (patch)
treeb6f1f4407b92661c91557594b30c6f96945462f0
parent9bb496f5d7ab418f576613becf1e492493baecd0 (diff)
downloadqtdoc-c66fd6f60269c8781cc2a573974463825d7ace70.tar.gz
Fix argument to enable debugging.
Change-Id: Ibb7a17bba70108f50f1e7d8a8c3ac7569293464a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--doc/src/qmlapp/debugging.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index b7c4a359..ea94d269 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -182,7 +182,7 @@ displays the following warning:
Start the application with the following arguments:
-\c {qmljsdebugger=port:<port_from>[,port_to][,host:<ip address>][,block]}
+\c {-qmljsdebugger=port:<port_from>[,port_to][,host:<ip address>][,block]}
Where \c {port_from} (mandatory) specifies either the debugging port or the
start port of a range of ports when \c {port_to} is specified, \c {ip address}