From 49c5fc888d9c6b54d13d84b424ac1e82c941b868 Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 28 Jan 2018 16:50:11 +0500 Subject: [PATCH] Resort parameter list in alphabetical order After #5920 we should reorder parameter list (#4989) --- .../resources/ManagedEntranceStrings.resx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx b/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx index 67c74c04317..1846bce011d 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx +++ b/src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx @@ -232,14 +232,6 @@ All parameters are case-insensitive. Example: pwsh -o XML -c Get-Date --Version | -v - Shows the version of PowerShell and exits. Additional arguments are ignored. - - Example: pwsh -v - --WindowStyle | -w - Sets the window style to Normal, Minimized, Maximized or Hidden. - -SettingsFile | -settings Overrides the system-wide powershell.config.json settings file for the session. By default, system-wide settings are read from the powershell.config.json @@ -250,6 +242,13 @@ All parameters are case-insensitive. Example: pwsh -SettingsFile c:\myproject\powershell.config.json +-Version | -v + Shows the version of PowerShell and exits. Additional arguments are ignored. + + Example: pwsh -v + +-WindowStyle | -w + Sets the window style to Normal, Minimized, Maximized or Hidden.