Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 20a8615

Browse files
Fix missing space in error_level example
1 parent f9767a0 commit 20a8615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/sqlcmd-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Prints raw error messages to the screen.
416416
If the **sqlcmd** script contains an incorrect comment, syntax error, or is missing a scripting variable, ERRORLEVEL returned is 1.
417417
418418
**-m** *error_level*
419-
Controls which error messages are sent to **stdout**. Messages that have a severity level greater than or equal to this level are sent. When this value is set to **-1**, all messages including informational messages, are sent. Spaces are not allowed between the **-m** and **-1**. For example, **-m-1** is valid, and **-m-1** is not.
419+
Controls which error messages are sent to **stdout**. Messages that have a severity level greater than or equal to this level are sent. When this value is set to **-1**, all messages including informational messages, are sent. Spaces are not allowed between the **-m** and **-1**. For example, **-m-1** is valid, and **-m -1** is not.
420420
421421
This option also sets the **sqlcmd** scripting variable SQLCMDERRORLEVEL. This variable has a default of 0.
422422

0 commit comments

Comments
 (0)