Skip to content

Commit ab81b81

Browse files
committed
Fix build errors
1 parent 8fbc170 commit ab81b81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/7.6/Microsoft.PowerShell.Management/Get-Clipboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Get-Clipboard -Delimiter "`r`n", "`n"
7373
### -Delimiter
7474

7575
Specifies one or more delimiters to use when the clipboard content is returned as an array of
76-
strings. The contents of the clipboard are split at each occurrence of any of the specified
77-
delimiters. If not specified, the default delimiter is the platform-specific newline.
76+
strings. The command splits the contents of the clipboard at each occurrence of any of the specified
77+
delimiters. If not specified, the default delimiter is `[Environment.NewLine]`.
7878

7979
- On Windows, the default delimiter is ``"`r`n"``.
8080
- On Linux and macOS, the default delimiter is ``"`n"``.
@@ -86,7 +86,7 @@ Aliases:
8686

8787
Required: False
8888
Position: Named
89-
Default value: [Environment.NewLine]
89+
Default value: Platform specific newline
9090
Accept pipeline input: False
9191
Accept wildcard characters: False
9292
```

0 commit comments

Comments
 (0)