Skip to content

Commit 753d77d

Browse files
authored
Fix DebugPreference values (#10293)
1 parent c86696e commit 753d77d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

reference/7.2/Microsoft.PowerShell.Core/About/about_CommonParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the parameters that can be used with any cmdlet.
33
Locale: en-US
4-
ms.date: 03/14/2023
4+
ms.date: 07/21/2023
55
no-loc: [Debug, Verbose, Confirm]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -95,7 +95,7 @@ By default, debugging messages aren't displayed because the value of the
9595

9696
In interactive mode, the **Debug** parameter overrides the value of the
9797
`$DebugPreference` variable for the current command, setting the value of
98-
`$DebugPreference` to **Inquire**.
98+
`$DebugPreference` to **Continue**.
9999

100100
In non-interactive mode, the **Debug** parameter overrides the value of the
101101
`$DebugPreference` variable for the current command, setting the value of

reference/7.3/Microsoft.PowerShell.Core/About/about_CommonParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the parameters that can be used with any cmdlet.
33
Locale: en-US
4-
ms.date: 03/14/2023
4+
ms.date: 07/21/2023
55
no-loc: [Debug, Verbose, Confirm]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -95,7 +95,7 @@ By default, debugging messages aren't displayed because the value of the
9595

9696
In interactive mode, the **Debug** parameter overrides the value of the
9797
`$DebugPreference` variable for the current command, setting the value of
98-
`$DebugPreference` to **Inquire**.
98+
`$DebugPreference` to **Continue**.
9999

100100
In non-interactive mode, the **Debug** parameter overrides the value of the
101101
`$DebugPreference` variable for the current command, setting the value of

reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the parameters that can be used with any cmdlet.
33
Locale: en-US
4-
ms.date: 03/14/2023
4+
ms.date: 07/21/2023
55
no-loc: [Debug, Verbose, Confirm]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -96,7 +96,7 @@ By default, debugging messages aren't displayed because the value of the
9696

9797
In interactive mode, the **Debug** parameter overrides the value of the
9898
`$DebugPreference` variable for the current command, setting the value of
99-
`$DebugPreference` to **Inquire**.
99+
`$DebugPreference` to **Continue**.
100100

101101
In non-interactive mode, the **Debug** parameter overrides the value of the
102102
`$DebugPreference` variable for the current command, setting the value of

0 commit comments

Comments
 (0)