From a534727c6e9b61303a2bc70b7ee56ff5d7570373 Mon Sep 17 00:00:00 2001 From: Jeffrey Snover Date: Mon, 9 Apr 2018 10:37:42 -0700 Subject: [PATCH] Added line break to Acess Denied error message. --- src/System.Management.Automation/resources/HelpErrors.resx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/System.Management.Automation/resources/HelpErrors.resx b/src/System.Management.Automation/resources/HelpErrors.resx index 9e1a3d8d1b0..851e457cf27 100644 --- a/src/System.Management.Automation/resources/HelpErrors.resx +++ b/src/System.Management.Automation/resources/HelpErrors.resx @@ -175,7 +175,8 @@ Cannot get Help from a remote runspace, because the runspace has not been opened. Open the runspace by running an implicit remoting command, and then try running the command to get Help again. - Access is denied. The command could not update Help topics for the PowerShell core modules, or for any modules in the $pshome\Modules directory. To update these Help topics, start PowerShell by using the "Run as Administrator" command, and try running Update-Help again. + Access is denied. The command could not update Help topics for the PowerShell core modules, or for any modules in the $pshome\Modules directory. +To update these Help topics, start PowerShell by using the "Run as Administrator" command, and try running Update-Help again. To use the {0}, install Windows PowerShell ISE by using Server Manager, and then restart this application. ({1})