commit 841fab5dad6e55bebc890c22091a51e544de0447
parent b79bf102e3d16840eb1107105aac7f9dbcb93573
Author: Ruben Guerrero <rubengu@microsoft.com>
Date: Wed, 22 Jul 2020 16:54:15 -0700
Update ManifestSpecv0.1.md (#506)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ManifestSpecv0.1.md b/doc/ManifestSpecv0.1.md
@@ -154,7 +154,7 @@ Switches:
# if the installer supports log redirection, then the Log switch should be the flag that the installer expects to provide the path to the log
# file. For example: /LOG=<LOGPATH>.
# Log must include the <LOGPATH> token.
-Log: /LOG=<LOGPATH>
+ Log: /LOG=<LOGPATH>
# Some installers allow for installing to an alternate location. A user may want to redirect the default install to a different location.
# In order to redirect the install location, the user will pass in a installation path to the installer. For example: --installlocation "c:\mytool".
@@ -162,7 +162,7 @@ Log: /LOG=<LOGPATH>
# then the InstallLocation switch must be the flag that the installer expects to redirect the installation path.
# For example: /InstallLocation=<INSTALLPATH>.
# InstallLocation must include the <INSTALLPATH> token.
-InstallLocation: /DIR=<INSTALLPATH>
+ InstallLocation: /DIR=<INSTALLPATH>
# ======================= Installers ==================