Skip to content

Commit

Permalink
Typo in command description
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Castella <castella.simon@gmail.com>
  • Loading branch information
simoncas committed Oct 31, 2019
1 parent dac168a commit 8c28d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/join.go
Expand Up @@ -29,7 +29,7 @@ func MakeJoin() *cobra.Command {

command.Flags().String("ssh-key", "~/.ssh/id_rsa", "The ssh key to use for remote login")
command.Flags().Int("ssh-port", 22, "The port on which to connect for ssh")
command.Flags().Int("server-ssh-port", 22, "The port on which to connect to server for ssh (Default to --ssh-port")
command.Flags().Int("server-ssh-port", 22, "The port on which to connect to server for ssh (Default to --ssh-port"))
command.Flags().Bool("skip-install", false, "Skip the k3s installer")
command.Flags().Bool("sudo", true, "Use sudo for installation. e.g. set to false when using the root user and no sudo is available.")
command.Flags().String("k3s-extra-args", "", "Optional extra arguments to pass to k3s installer, wrapped in quotes (e.g. --k3s-extra-args '--node-taint key=value:NoExecute')")
Expand Down

0 comments on commit 8c28d53

Please sign in to comment.