Skip to content

Commit 070aa87

Browse files
committed
update error message
1 parent 77de275 commit 070aa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-node/devContainersSpecCLI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ function execOptions(y: Argv) {
12091209
'docker-compose-path': { type: 'string', description: 'Docker Compose CLI path.' },
12101210
'container-data-folder': { type: 'string', description: 'Container data folder where user data inside the container will be stored.' },
12111211
'container-system-data-folder': { type: 'string', description: 'Container system data folder where system data inside the container will be stored.' },
1212-
'workspace-folder': { type: 'string', description: 'Workspace folder path. Defaults to current directory if not specified. The devcontainer.json will be looked up relative to this path.' },
1212+
'workspace-folder': { type: 'string', description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path. If --container-id, --id-label, and --workspace-folder are not provided, this defaults to the current directory.' },
12131213
'mount-workspace-git-root': { type: 'boolean', default: true, description: 'Mount the workspace using its Git root.' },
12141214
'container-id': { type: 'string', description: 'Id of the container to run the user commands for.' },
12151215
'id-label': { type: 'string', description: 'Id label(s) of the format name=value. If no --container-id is given the id labels will be used to look up the container. If no --id-label is given, one will be inferred from the --workspace-folder path.' },

0 commit comments

Comments
 (0)