Skip to content

Commit

Permalink
Remove duplicate information
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Oct 27, 2023
1 parent 4d73813 commit 6bec2de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 07/21/2023
ms.date: 10/27/2023
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -93,13 +93,9 @@ Accept wildcard characters: False
By default, debugging messages aren't displayed because the value of the
`$DebugPreference` variable is **SilentlyContinue**.

In interactive mode, the **Debug** parameter overrides the value of the
`$DebugPreference` variable for the current command, setting the value of
`$DebugPreference` to **Continue**.

In non-interactive mode, the **Debug** parameter overrides the value of the
`$DebugPreference` variable for the current command, setting the value of
`$DebugPreference` to **Continue**.
The **Debug** parameter overrides the value of the `$DebugPreference` variable
for the current command, setting the value of `$DebugPreference` to
**Continue**.

`-Debug:$true` has the same effect as `-Debug`. Use `-Debug:$false` to
suppress the display of debugging messages when `$DebugPreference` isn't
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 07/21/2023
ms.date: 10/27/2023
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -93,13 +93,9 @@ Accept wildcard characters: False
By default, debugging messages aren't displayed because the value of the
`$DebugPreference` variable is **SilentlyContinue**.

In interactive mode, the **Debug** parameter overrides the value of the
`$DebugPreference` variable for the current command, setting the value of
`$DebugPreference` to **Continue**.

In non-interactive mode, the **Debug** parameter overrides the value of the
`$DebugPreference` variable for the current command, setting the value of
`$DebugPreference` to **Continue**.
The **Debug** parameter overrides the value of the `$DebugPreference` variable
for the current command, setting the value of `$DebugPreference` to
**Continue**.

`-Debug:$true` has the same effect as `-Debug`. Use `-Debug:$false` to
suppress the display of debugging messages when `$DebugPreference` isn't
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 10/04/2023
ms.date: 10/27/2023
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -94,13 +94,9 @@ Accept wildcard characters: False
By default, debugging messages aren't displayed because the value of the
`$DebugPreference` variable is **SilentlyContinue**.

In interactive mode, the **Debug** parameter overrides the value of the
`$DebugPreference` variable for the current command, setting the value of
`$DebugPreference` to **Continue**.

In non-interactive mode, the **Debug** parameter overrides the value of the
`$DebugPreference` variable for the current command, setting the value of
`$DebugPreference` to **Continue**.
The **Debug** parameter overrides the value of the `$DebugPreference` variable
for the current command, setting the value of `$DebugPreference` to
**Continue**.

`-Debug:$true` has the same effect as `-Debug`. Use `-Debug:$false` to
suppress the display of debugging messages when `$DebugPreference` isn't
Expand Down

0 comments on commit 6bec2de

Please sign in to comment.