Skip to content

Commit 0eaf583

Browse files
committed
fixes issue #4974
1 parent 8c46ee2 commit 0eaf583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-launch-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The commandName setting identifies that this section applies to Container Tools.
5555

5656
| Setting name | Example | Description |
5757
| -------------------- | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
58-
| commandLineArgs | "commandLineArgs": "--mysetting myvalue" | These command-line arguments are used when launching your project in the container. |
58+
| commandLineArgs | "commandLineArgs": "--mysetting myvalue" | These command-line arguments for starting your app are used when launching your project in the container. |
5959
| environmentVariables | "environmentVariables": { | These environment variable values are passed to the process when it is launched in the container. |
6060
| | "ASPNETCORE_URLS": "https://+:443;http://+:80", | |
6161
| | "ASPNETCORE_HTTPS_PORT": "44381" | |

0 commit comments

Comments
 (0)