Skip to content

Commit

Permalink
Fix the description for the --service flag to run (#237)
Browse files Browse the repository at this point in the history
It looks like the description was copied from the --ephemeral flag.
  • Loading branch information
nickpwhite committed Jul 5, 2022
1 parent 0c8408e commit c13600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func init() {
DisableFlagParsing: true,
})
runCmd.Flags().Bool("ephemeral", false, "Run the local command in an ephemeral environment")
runCmd.Flags().String("service", "", "Run the local command in an ephemeral environment")
runCmd.Flags().String("service", "", "Run the command using variables from the specified service")

addRootCmd(&cobra.Command{
Use: "protect",
Expand Down

0 comments on commit c13600d

Please sign in to comment.