Skip to content

Commit

Permalink
Fix help for the plugin install command
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jan 26, 2024
1 parent d141804 commit 9b311ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugin_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
var pluginInstallCmd = &cobra.Command{
Use: "install",
Short: "Install a plugin from a local archive or a GitHub repository",
Example: " gatewayd plugin install github.com/gatewayd-io/gatewayd-plugin-cache@latest",
Example: " gatewayd plugin install <github.com/gatewayd-io/gatewayd-plugin-cache@latest|/path/to/plugin[.zip|.tar.gz]>", //nolint:lll
Run: func(cmd *cobra.Command, args []string) {
// Enable Sentry.
if enableSentry {
Expand Down

0 comments on commit 9b311ce

Please sign in to comment.