From 503768c683bdd4a996e45f689e9f43207e304dd9 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Fri, 2 Feb 2024 11:06:59 -0500 Subject: [PATCH] command: trim trailing spaces from help message --- command/plugins_install.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/plugins_install.go b/command/plugins_install.go index 0563ae31f..0540909c4 100644 --- a/command/plugins_install.go +++ b/command/plugins_install.go @@ -49,10 +49,10 @@ Usage: packer plugins install [OPTIONS...] [] packer plugins install --path ./packer-plugin-happycloud "github.com/hashicorp/happycloud" Options: - -path Install the plugin from a locally-sourced plugin binary. - This installs the plugin where a normal invocation would, but will + -path Install the plugin from a locally-sourced plugin binary. + This installs the plugin where a normal invocation would, but will not try to download it from a remote location, and instead - install the binary in the Packer plugins path. This option cannot + install the binary in the Packer plugins path. This option cannot be specified with a version constraint. -force Forces reinstallation of plugins, even if already installed. `