One parameter was missing

One of the command parameter -p was missing in the document. So I have updated that parameter.
This commit is contained in:
ImranHabib
2019-03-22 11:00:32 +05:00
committed by GitHub
parent 3666fe19e4
commit 3c5a03b17c

View File

@ -32,7 +32,7 @@ After you deploy and store the customized databases on each of your local comput
The command-line options use the following conventions.
Sdbinst.exe \[-q\] \[-u filepath\] \[-g *GUID*\] \[-n *"name"*\] \[-?\]
Sdbinst.exe \[-q\] \[-?\] \[-u\] \[-g\] \[-p\] \[-u filepath\] \[-g *GUID*\] \[-n *"name"*\]
The following table describes the available command-line options.
@ -78,6 +78,12 @@ The following table describes the available command-line options.
<p>For example,</p>
<p><code>sdbinst.exe -?</code></p></td>
</tr>
<tr class="even">
<td align="left"><p>-p</p></td>
<td align="left"><p>Allows SDBs installation with Patches</p>
<p>For example,</p>
<p><code>sdbinst.exe -p C:\Windows\AppPatch\Myapp.sdb</code></p></td>
</tr>
</tbody>
</table>