Skip to content

Commit 6b15b68

Browse files
authored
Merge pull request #17953 from dphansen/patch-1
Fix syntax error.
2 parents 28c0fc3 + 642bd17 commit 6b15b68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/machine-learning/install/sql-ml-component-commandline-install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install from a command prompt
33
description: Run SQL Server command line setup to add Machine Learning Services with Python and R to a SQL Server database engine instance.
44
ms.prod: sql
55
ms.technology: machine-learning-services
6-
ms.date: 10/12/2020
6+
ms.date: 11/25/2020
77
ms.topic: how-to
88
author: dphansen
99
ms.author: davidph
@@ -31,9 +31,9 @@ You can specify silent, basic, or full interaction with the Setup user interface
3131

3232
## Command line arguments
3333

34-
The FEATURES argument is required, as are licensing term agreements.
34+
The **/FEATURES** argument is required, as are licensing term agreements.
3535

36-
When installing through the command prompt, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports full quiet mode by using the /Q parameter, or Quiet Simple mode by using the /QS parameter. The /QS switch only shows progress, does not accept any input, and displays no error messages if encountered. The /QS parameter is only supported when /Action=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/install is specified.
36+
When installing through the command prompt, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports full quiet mode by using the **/Q** parameter, or Quiet Simple mode by using the **/QS** parameter. The **/QS** switch only shows progress, does not accept any input, and displays no error messages if encountered. The **/QS** parameter is only supported when **/Action=/proxy/https/github.com/MicrosoftDocs/sql-docs/commit/install%3Cspan class="pl-s x x-first x-last">** is specified.
3737

3838
::: moniker range="=sql-server-2016||=sqlallproducts-allversions"
3939
| Arguments | Description |
@@ -204,4 +204,4 @@ Python developers can learn how to use Python with SQL Server by following these
204204
R developers can get started with some simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
205205

206206
+ [Quickstart: Run R in T-SQL](../tutorials/quickstart-r-create-script.md)
207-
+ [Tutorial: In-database analytics for R developers](../tutorials/r-taxi-classification-introduction.md)
207+
+ [Tutorial: In-database analytics for R developers](../tutorials/r-taxi-classification-introduction.md)

0 commit comments

Comments
 (0)