Skip to content

Commit 7f2ebd7

Browse files
authored
Resort parameter list in alphabetical order (#6052)
After #5920 we should reorder parameter list (#4989)
1 parent bd86528 commit 7f2ebd7

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,6 @@ All parameters are case-insensitive.</value>
232232

233233
Example: pwsh -o XML -c Get-Date
234234

235-
-Version | -v
236-
Shows the version of PowerShell and exits. Additional arguments are ignored.
237-
238-
Example: pwsh -v
239-
240-
-WindowStyle | -w
241-
Sets the window style to Normal, Minimized, Maximized or Hidden.
242-
243235
-SettingsFile | -settings
244236
Overrides the system-wide powershell.config.json settings file for the session.
245237
By default, system-wide settings are read from the powershell.config.json
@@ -250,6 +242,13 @@ All parameters are case-insensitive.</value>
250242

251243
Example: pwsh -SettingsFile c:\myproject\powershell.config.json
252244

245+
-Version | -v
246+
Shows the version of PowerShell and exits. Additional arguments are ignored.
247+
248+
Example: pwsh -v
249+
250+
-WindowStyle | -w
251+
Sets the window style to Normal, Minimized, Maximized or Hidden.
253252
</value>
254253
</data>
255254
</root>

0 commit comments

Comments
 (0)