Skip to content

Commit 468de3c

Browse files
authored
add space between CLI argument (#1499)
matches the same argument further down
1 parent cae5732 commit 468de3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/GlobalTool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Options:
4343
4444
NB. For a [multiple value] options you have to specify values multiple times i.e.
4545
```
46-
--exclude-by-attribute 'Obsolete' --exclude-by-attribute'GeneratedCode' --exclude-by-attribute 'CompilerGenerated'
46+
--exclude-by-attribute 'Obsolete' --exclude-by-attribute 'GeneratedCode' --exclude-by-attribute 'CompilerGenerated'
4747
```
4848
For `--merge-with` [check the sample](Examples.md).
4949

0 commit comments

Comments
 (0)