Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Model/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal static partial class Constants
internal const string LocaleEnUs = "en-US";
internal const string skippingMessageFmt = "'{0}' exists, skipping. Use -Force to overwrite.";
internal const string ConfirmParameterDescription = "Prompts you for confirmation before running the cmdlet.";
internal const string WhatIfParameterDescription = "Tells PowerShell to run the command in a mode that only reports what would happen, but not actually let the command run or make changes.";
internal const string WhatIfParameterDescription = "Runs the command in a mode that only reports what would happen without performing the actions.";

// TODO: ProgressAction is not a common parameter for all versions of PowerShell.
// This should not be added under all circumstances.
Expand Down
Loading