forked from qt-creator/qt-creator
Doc: Use hyphenated form of "command-line" where appropriate
That is where it precedes another noun, such as "options", "arguments", or "tools". Change-Id: Ic4c339084e7350fe737e499293a8f96c91c57fd7 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
{Qt6::LinguistTools}.
|
||||
|
||||
By default, the project .pro file is passed to the tools as an argument. To
|
||||
specify other command line arguments for the tools, select \uicontrol Tools >
|
||||
specify other command-line arguments for the tools, select \uicontrol Tools >
|
||||
\uicontrol External > \uicontrol Configure.
|
||||
|
||||
\section2 Synchronize TS files
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
|
||||
\ingroup creator-reference
|
||||
|
||||
\title Command Line Options
|
||||
\title Command-Line Options
|
||||
|
||||
\brief Options for starting \QC from the command line.
|
||||
|
||||
To specify command line options, enter the following command in the
|
||||
To specify command-line options, enter the following command in the
|
||||
directory that contains the \QC executable or specify the path to
|
||||
\QC as a part of the command:
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
\row
|
||||
\li -help
|
||||
\li Display help on command line options.
|
||||
\li Display help on command-line options.
|
||||
|
||||
\row
|
||||
\li -version
|
||||
@@ -212,7 +212,7 @@
|
||||
\section1 Using Custom Styles
|
||||
|
||||
\QC is a \l{QApplication}{Qt application}, and therefore, it accepts the
|
||||
command line options that all Qt applications accept. For example, you can
|
||||
command-line options that all Qt applications accept. For example, you can
|
||||
use the \c {-style} and \c {-stylesheet} options to apply custom styles and
|
||||
\l{Qt Style Sheets}{stylesheets}. The styling is only applied during the
|
||||
current session.
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
\li \l {Activate kits for a project}
|
||||
\li \l {Develop Qt for Python applications}
|
||||
\li \l {Open projects}
|
||||
\li \l {Specify editor settings}
|
||||
\li \l {Specify project contents}
|
||||
\endlist
|
||||
\endtable
|
||||
@@ -187,7 +188,7 @@
|
||||
You can start \QC and specify some options from the command line. For
|
||||
example, you can open a file to any line and column.
|
||||
|
||||
To use command line options, enter the following command in the
|
||||
To use command-line options, enter the following command in the
|
||||
directory that contains the \QC executable or specify the path to
|
||||
\QC as a part of the command:
|
||||
|
||||
@@ -224,7 +225,7 @@
|
||||
\section1 Open a project from a directory
|
||||
|
||||
To open a project that is located in a particular directory, you can
|
||||
pass on the directory name as a command line argument. \QC looks for
|
||||
pass on the directory name as a command-line argument. \QC looks for
|
||||
a \l{Managing Sessions}{session} that matches the directory name and
|
||||
loads it. Or it looks for a project file in the directory and opens it.
|
||||
|
||||
@@ -232,7 +233,7 @@
|
||||
|
||||
\c {C:\qtcreator\bin>qtcreator.exe C:\Examples\alarms}
|
||||
|
||||
\sa {Command Line Options}
|
||||
\sa {Command-Line Options}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
When you start \QC from the command line, you can give the name of
|
||||
a session as an argument and \QC will start with this session.
|
||||
|
||||
For more information, see \l{Command Line Options}.
|
||||
For more information, see \l{Command-Line Options}.
|
||||
\endif
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user