From 16e31160c9d5d2debdb57525e43eceb64091f020 Mon Sep 17 00:00:00 2001 From: sethvs Date: Wed, 5 Aug 2020 10:26:50 +0300 Subject: [PATCH] Update pwsh help for -InputFormat parameter --- .../resources/ManagedEntranceStrings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx index 45f387df28b..2f53a037118 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx @@ -304,7 +304,7 @@ All parameters are case-insensitive. does not change the PowerShell execution policy that is set in the registry. --InputFormat | -in | -if +-InputFormat | -inp | -if Describes the format of data sent to PowerShell. Valid values are "Text" (text strings) or "XML" (serialized CLIXML format).