Skip to content

Commit cb1c81e

Browse files
committed
Updated help message
1 parent b379fd8 commit cb1c81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Automation/Commands.Automation/Cmdlet/RemoveAzureAutomationDscNodeConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationDscNodeConfiguration : AzureAutomationBaseCmdl
3333
[ValidateNotNullOrEmpty]
3434
public string Name { get; set; }
3535

36-
[Parameter(Position = 3, HelpMessage = "Force confirmation of the removal of the configuration")]
36+
[Parameter(Position = 3, HelpMessage = "Force confirmation of the removal of the Node configuration")]
3737
public SwitchParameter Force { get; set; }
3838

3939
/// <summary>

0 commit comments

Comments
 (0)