diff --git a/doc/src/howto/creator-cli.qdoc b/doc/src/howto/creator-cli.qdoc index d339e9da4d3..69d596feeec 100644 --- a/doc/src/howto/creator-cli.qdoc +++ b/doc/src/howto/creator-cli.qdoc @@ -42,7 +42,7 @@ between the filename and line number. You can also use a space between the separator and the line number. - For example: + For example, on Windows: \list @@ -54,6 +54,14 @@ \endlist + On OS X: + + \list + + \li \c {Qt Creator.app/Contents/MacOS/Qt Creator -help} + + \endlist + To open a project that is located in a particular folder, you can pass on the folder name as a command line argument. \QC looks for a session that matches the folder name and loads it. Or it looks for a project file in the folder and opens it. For example: @@ -88,6 +96,16 @@ \li -client \li Attempt to connect to an already running instance of \QC. + \row + \li -pid + \li Attempt to connect to an already running instance of \QC with + the specified process ID. + + \row + \li -block + \li Open files in editors in a running \QC instance and block the + command line until the first editor is closed. + \row \li -load \li Load the specified plugin. @@ -113,6 +131,11 @@ \li -color \li Core plugin: override the selected UI color. + \row + \li -presentationMode + \li Core plugin: display keyboard shortcuts as popups when you + press them. Mostly useful when presenting \QC to someone else. + \row \li -debug \li Debugger plugin: attach to the process with the given process ID. @@ -146,9 +169,9 @@ and sysroots. \row - \li -wincrashevent + \li -wincrashevent \li Debugger plugin: Attach to crashed processes by using the specified - event handle. + event handle and process ID. \row \li -customwizard-verbose @@ -162,10 +185,6 @@ Open the projects and files that were open when you last exited \QC. For more information about managing sessions, see \l{Managing Sessions}. - \row - \li -block - \li Open files in editors in a running \QC instance and block the - command line until the first editor is closed. \endtable \section1 Using Custom Styles