mirror of
https://github.com/docker/compose.git
synced 2025-07-03 20:04:25 +02:00
fix typo in ssh option description
Signed-off-by: Matthias Schoettle <git@mattsch.com>
This commit is contained in:
parent
934b596e00
commit
6dbd6ffe11
@ -108,7 +108,7 @@ func buildCommand(p *projectOptions, backend api.Service) *cobra.Command {
|
|||||||
cmd.Flags().BoolVar(&opts.pull, "pull", false, "Always attempt to pull a newer version of the image.")
|
cmd.Flags().BoolVar(&opts.pull, "pull", false, "Always attempt to pull a newer version of the image.")
|
||||||
cmd.Flags().StringVar(&opts.progress, "progress", buildx.PrinterModeAuto, fmt.Sprintf(`Set type of progress output (%s)`, strings.Join(printerModes, ", ")))
|
cmd.Flags().StringVar(&opts.progress, "progress", buildx.PrinterModeAuto, fmt.Sprintf(`Set type of progress output (%s)`, strings.Join(printerModes, ", ")))
|
||||||
cmd.Flags().StringArrayVar(&opts.args, "build-arg", []string{}, "Set build-time variables for services.")
|
cmd.Flags().StringArrayVar(&opts.args, "build-arg", []string{}, "Set build-time variables for services.")
|
||||||
cmd.Flags().StringVar(&opts.ssh, "ssh", "", "Set SSH authentications used when building service images. (use 'default' for using you default SSH Agent)")
|
cmd.Flags().StringVar(&opts.ssh, "ssh", "", "Set SSH authentications used when building service images. (use 'default' for using your default SSH Agent)")
|
||||||
cmd.Flags().Bool("parallel", true, "Build images in parallel. DEPRECATED")
|
cmd.Flags().Bool("parallel", true, "Build images in parallel. DEPRECATED")
|
||||||
cmd.Flags().MarkHidden("parallel") //nolint:errcheck
|
cmd.Flags().MarkHidden("parallel") //nolint:errcheck
|
||||||
cmd.Flags().Bool("compress", true, "Compress the build context using gzip. DEPRECATED")
|
cmd.Flags().Bool("compress", true, "Compress the build context using gzip. DEPRECATED")
|
||||||
|
@ -12,7 +12,7 @@ Build or rebuild services
|
|||||||
| `--progress` | `string` | `auto` | Set type of progress output (auto, tty, plain, quiet) |
|
| `--progress` | `string` | `auto` | Set type of progress output (auto, tty, plain, quiet) |
|
||||||
| `--pull` | | | Always attempt to pull a newer version of the image. |
|
| `--pull` | | | Always attempt to pull a newer version of the image. |
|
||||||
| `-q`, `--quiet` | | | Don't print anything to STDOUT |
|
| `-q`, `--quiet` | | | Don't print anything to STDOUT |
|
||||||
| `--ssh` | `string` | | Set SSH authentications used when building service images. (use 'default' for using you default SSH Agent) |
|
| `--ssh` | `string` | | Set SSH authentications used when building service images. (use 'default' for using your default SSH Agent) |
|
||||||
|
|
||||||
|
|
||||||
<!---MARKER_GEN_END-->
|
<!---MARKER_GEN_END-->
|
||||||
|
@ -120,7 +120,7 @@ options:
|
|||||||
- option: ssh
|
- option: ssh
|
||||||
value_type: string
|
value_type: string
|
||||||
description: |
|
description: |
|
||||||
Set SSH authentications used when building service images. (use 'default' for using you default SSH Agent)
|
Set SSH authentications used when building service images. (use 'default' for using your default SSH Agent)
|
||||||
deprecated: false
|
deprecated: false
|
||||||
hidden: false
|
hidden: false
|
||||||
experimental: false
|
experimental: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user