Skip to content

Commit f8a9c8a

Browse files
authored
wordsmith per MS style
1 parent 995f58e commit f8a9c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/compiler-command-line-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table describes input to the CL command.
1717

1818
|Entry|Meaning|
1919
|-----------|-------------|
20-
|*option*|One or more [CL options](compiler-options.md). Note that all options apply to all specified source files. Options are specified by either a forward slash (/) or a dash (-). If an option takes an argument, by default there can be no space between the option and argument. Some options can have a space allowed after the option, the option's description will state when this is the case. Option names (except for the /HELP option) are case sensitive. For more information, see [Order of CL Options](order-of-cl-options.md).|
20+
|*option*|One or more [CL options](compiler-options.md). All options apply to all specified source files. Specify options using either a forward slash (/) or a dash (-). Generally, there can't be a space between the option and argument. The option's description states when a space is allowed. Options are case-sensitive--except for `/HELP`. For more information, see [Order of CL Options](order-of-cl-options.md).|
2121
|`file`|The name of one or more source files, .obj files, or libraries. CL compiles source files and passes the names of the .obj files and libraries to the linker. For more information, see [CL Filename Syntax](cl-filename-syntax.md).|
2222
|*lib*|One or more library names. CL passes these names to the linker.|
2323
|*command-file*|A file that contains multiple options and filenames. For more information, see [CL Command Files](cl-command-files.md).|

0 commit comments

Comments
 (0)