Skip to content

Commit

Permalink
Server: adjust CLI help test
Browse files Browse the repository at this point in the history
  • Loading branch information
redrathnure committed Jan 9, 2025
1 parent aa266fa commit ea3b8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/buildServerDocker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function parseArgv(): Argv {
default: false,
})
.option('platform', {
describe: 'Comma separated list of target image platforms.',
describe: 'Comma separated list of target image platforms. E.g. `linux/amd64` or `linux/amd64,linux/arm64`',
type: 'string',
default: 'linux/amd64',
})
Expand Down

0 comments on commit ea3b8b9

Please sign in to comment.