Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Cannella <[email protected]>
  • Loading branch information
ralgozino and speziato authored Dec 6, 2024
1 parent 5f0260e commit 59f86dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func NewGetCmd() *cobra.Command {
getCmd := &cobra.Command{
Use: "get",
Short: "Get the kubeconfig, available upgrade paths for a cluster",
Short: "Get the kubeconfig or available upgrade paths for a cluster",
}

getCmd.AddCommand(get.NewKubeconfigCmd())
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func NewRootCmd() *RootCommand {
"log",
"l",
"",
"Path to the log file or set to 'stdout' to log to standard output. Default is '<outdir>/.furyctl/furyctl<timestamp>-<random number>.log'",
"Path to the log file or set to 'stdout' to log to standard output. Default is '<outdir>/.furyctl/furyctl.<timestamp>-<random number>.log'",
)

rootCmd.PersistentFlags().StringP(
Expand Down

0 comments on commit 59f86dd

Please sign in to comment.