Skip to content

Commit 625fc25

Browse files
authored
Add the ConfigurationFile option to the PowerShell help content (PowerShell#18093)
1 parent 2ec7aea commit 625fc25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
<value>Usage: pwsh[.exe] [-Login] [[-File] &lt;filePath&gt; [args]]
146146
[-Command { - | &lt;script-block&gt; [-args &lt;arg-array&gt;]
147147
| &lt;string&gt; [&lt;CommandParameters&gt;] } ]
148-
[-ConfigurationName &lt;string&gt;] [-CustomPipeName &lt;string&gt;]
149-
[-EncodedCommand &lt;Base64EncodedCommand&gt;]
148+
[-ConfigurationName &lt;string&gt;] [-ConfigurationFile &lt;filePath&gt;]
149+
[-CustomPipeName &lt;string&gt;] [-EncodedCommand &lt;Base64EncodedCommand&gt;]
150150
[-ExecutionPolicy &lt;ExecutionPolicy&gt;] [-InputFormat {Text | XML}]
151151
[-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]
152152
[-NoProfileLoadTime] [-OutputFormat {Text | XML}]

0 commit comments

Comments
 (0)