Add note to enclose paths with spaces in quotes

This commit is contained in:
Cameron Gutman
2024-02-26 22:09:04 -06:00
parent 2e97c55005
commit 8081f4167e

View File

@@ -197,7 +197,8 @@
</button> </button>
</div> </div>
<div class="form-text"> <div class="form-text">
A list of commands to be run and forgotten about A list of commands to be run in the background.<br>
<b>Note:</b> If the path to the command executable contains spaces, you must enclose it in quotes.
</div> </div>
</div> </div>
<!-- command --> <!-- command -->
@@ -206,8 +207,8 @@
<input type="text" class="form-control monospace" id="appCmd" aria-describedby="appCmdHelp" <input type="text" class="form-control monospace" id="appCmd" aria-describedby="appCmdHelp"
v-model="editForm.cmd" /> v-model="editForm.cmd" />
<div id="appCmdHelp" class="form-text"> <div id="appCmdHelp" class="form-text">
The main application, if it is not specified, a process is started The main application to start. If blank, no application will be started.<br>
that sleeps indefinitely <b>Note:</b> If the path to the command executable contains spaces, you must enclose it in quotes.
</div> </div>
</div> </div>
<!-- working dir --> <!-- working dir -->